BrightSide Workbench Full Report + Source Code
org.turro.dossier.stub.ParticipantStub Class Reference
Inheritance diagram for org.turro.dossier.stub.ParticipantStub:
Collaboration diagram for org.turro.dossier.stub.ParticipantStub:

Public Member Functions

 ParticipantStub (Participant participant)
 
Date getCreation ()
 
void setCreation (Date creation)
 
String getName ()
 
void setName (String name)
 
String getIdContact ()
 
void setIdContact (String idContact)
 
ParticipantRole getRole ()
 
void setRole (ParticipantRole role)
 
String getDiscriminator ()
 
void setDiscriminator (String discriminator)
 
boolean isShowAllAttachments ()
 
void setShowAllAttachments (boolean showAllAttachments)
 
boolean isShowParticipants ()
 
void setShowParticipants (boolean showParticipants)
 
boolean isShowAllIssues ()
 
void setShowAllIssues (boolean showAllIssues)
 
boolean isReceiveAllEmails ()
 
void setReceiveAllEmails (boolean receiveAllEmails)
 
boolean isBindingVote ()
 
void setBindingVote (boolean bindingVote)
 
boolean isDriver ()
 
void setDriver (boolean driver)
 
boolean isCoordinator ()
 
void setCoordinator (boolean coordinator)
 
boolean isBeneficiary ()
 
void setBeneficiary (boolean beneficiary)
 
boolean isOfferer ()
 
void setOfferer (boolean offerer)
 
boolean isResearch ()
 
void setResearch (boolean research)
 
boolean isFunding ()
 
void setFunding (boolean funding)
 
boolean isSupport ()
 
void setSupport (boolean support)
 
boolean isConsortium ()
 
void setConsortium (boolean consortium)
 
boolean isAdmin ()
 
void setAdmin (boolean admin)
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 30 of file ParticipantStub.java.

Constructor & Destructor Documentation

◆ ParticipantStub()

org.turro.dossier.stub.ParticipantStub.ParticipantStub ( Participant  participant)

Definition at line 40 of file ParticipantStub.java.

40  {
41  silentlyInitializeValues(participant);
42  }

Member Function Documentation

◆ getCreation()

Date org.turro.dossier.stub.ParticipantStub.getCreation ( )

Definition at line 44 of file ParticipantStub.java.

44  {
45  return creation;
46  }

◆ getDiscriminator()

String org.turro.dossier.stub.ParticipantStub.getDiscriminator ( )

Definition at line 76 of file ParticipantStub.java.

76  {
77  return discriminator;
78  }

◆ getIdContact()

String org.turro.dossier.stub.ParticipantStub.getIdContact ( )

Definition at line 60 of file ParticipantStub.java.

60  {
61  return idContact;
62  }

◆ getName()

String org.turro.dossier.stub.ParticipantStub.getName ( )

Definition at line 52 of file ParticipantStub.java.

52  {
53  return name;
54  }

◆ getRole()

ParticipantRole org.turro.dossier.stub.ParticipantStub.getRole ( )

Definition at line 68 of file ParticipantStub.java.

68  {
69  return role;
70  }

◆ isAdmin()

boolean org.turro.dossier.stub.ParticipantStub.isAdmin ( )

Definition at line 188 of file ParticipantStub.java.

188  {
189  return admin;
190  }

◆ isBeneficiary()

boolean org.turro.dossier.stub.ParticipantStub.isBeneficiary ( )

Definition at line 140 of file ParticipantStub.java.

140  {
141  return beneficiary;
142  }

◆ isBindingVote()

boolean org.turro.dossier.stub.ParticipantStub.isBindingVote ( )

Definition at line 116 of file ParticipantStub.java.

116  {
117  return bindingVote;
118  }

◆ isConsortium()

boolean org.turro.dossier.stub.ParticipantStub.isConsortium ( )

Definition at line 180 of file ParticipantStub.java.

180  {
181  return consortium;
182  }

◆ isCoordinator()

boolean org.turro.dossier.stub.ParticipantStub.isCoordinator ( )

Definition at line 132 of file ParticipantStub.java.

132  {
133  return coordinator;
134  }

◆ isDriver()

boolean org.turro.dossier.stub.ParticipantStub.isDriver ( )

Definition at line 124 of file ParticipantStub.java.

124  {
125  return driver;
126  }

◆ isFunding()

boolean org.turro.dossier.stub.ParticipantStub.isFunding ( )

Definition at line 164 of file ParticipantStub.java.

164  {
165  return funding;
166  }

◆ isOfferer()

boolean org.turro.dossier.stub.ParticipantStub.isOfferer ( )

Definition at line 148 of file ParticipantStub.java.

148  {
149  return offerer;
150  }

◆ isReceiveAllEmails()

boolean org.turro.dossier.stub.ParticipantStub.isReceiveAllEmails ( )

Definition at line 108 of file ParticipantStub.java.

108  {
109  return receiveAllEmails;
110  }

◆ isResearch()

boolean org.turro.dossier.stub.ParticipantStub.isResearch ( )

Definition at line 156 of file ParticipantStub.java.

156  {
157  return research;
158  }

◆ isShowAllAttachments()

boolean org.turro.dossier.stub.ParticipantStub.isShowAllAttachments ( )

Definition at line 84 of file ParticipantStub.java.

84  {
85  return showAllAttachments;
86  }

◆ isShowAllIssues()

boolean org.turro.dossier.stub.ParticipantStub.isShowAllIssues ( )

Definition at line 100 of file ParticipantStub.java.

100  {
101  return showAllIssues;
102  }

◆ isShowParticipants()

boolean org.turro.dossier.stub.ParticipantStub.isShowParticipants ( )

Definition at line 92 of file ParticipantStub.java.

92  {
93  return showParticipants;
94  }

◆ isSupport()

boolean org.turro.dossier.stub.ParticipantStub.isSupport ( )

Definition at line 172 of file ParticipantStub.java.

172  {
173  return support;
174  }

◆ setAdmin()

void org.turro.dossier.stub.ParticipantStub.setAdmin ( boolean  admin)

Definition at line 192 of file ParticipantStub.java.

192  {
193  this.admin = admin;
194  }

◆ setBeneficiary()

void org.turro.dossier.stub.ParticipantStub.setBeneficiary ( boolean  beneficiary)

Definition at line 144 of file ParticipantStub.java.

144  {
145  this.beneficiary = beneficiary;
146  }

◆ setBindingVote()

void org.turro.dossier.stub.ParticipantStub.setBindingVote ( boolean  bindingVote)

Definition at line 120 of file ParticipantStub.java.

120  {
121  this.bindingVote = bindingVote;
122  }

◆ setConsortium()

void org.turro.dossier.stub.ParticipantStub.setConsortium ( boolean  consortium)

Definition at line 184 of file ParticipantStub.java.

184  {
185  this.consortium = consortium;
186  }

◆ setCoordinator()

void org.turro.dossier.stub.ParticipantStub.setCoordinator ( boolean  coordinator)

Definition at line 136 of file ParticipantStub.java.

136  {
137  this.coordinator = coordinator;
138  }

◆ setCreation()

void org.turro.dossier.stub.ParticipantStub.setCreation ( Date  creation)

Definition at line 48 of file ParticipantStub.java.

48  {
49  this.creation = creation;
50  }

◆ setDiscriminator()

void org.turro.dossier.stub.ParticipantStub.setDiscriminator ( String  discriminator)

Definition at line 80 of file ParticipantStub.java.

80  {
81  this.discriminator = discriminator;
82  }

◆ setDriver()

void org.turro.dossier.stub.ParticipantStub.setDriver ( boolean  driver)

Definition at line 128 of file ParticipantStub.java.

128  {
129  this.driver = driver;
130  }

◆ setFunding()

void org.turro.dossier.stub.ParticipantStub.setFunding ( boolean  funding)

Definition at line 168 of file ParticipantStub.java.

168  {
169  this.funding = funding;
170  }

◆ setIdContact()

void org.turro.dossier.stub.ParticipantStub.setIdContact ( String  idContact)

Definition at line 64 of file ParticipantStub.java.

64  {
65  this.idContact = idContact;
66  }

◆ setName()

void org.turro.dossier.stub.ParticipantStub.setName ( String  name)

Definition at line 56 of file ParticipantStub.java.

56  {
57  this.name = name;
58  }

◆ setOfferer()

void org.turro.dossier.stub.ParticipantStub.setOfferer ( boolean  offerer)

Definition at line 152 of file ParticipantStub.java.

152  {
153  this.offerer = offerer;
154  }

◆ setReceiveAllEmails()

void org.turro.dossier.stub.ParticipantStub.setReceiveAllEmails ( boolean  receiveAllEmails)

Definition at line 112 of file ParticipantStub.java.

112  {
113  this.receiveAllEmails = receiveAllEmails;
114  }

◆ setResearch()

void org.turro.dossier.stub.ParticipantStub.setResearch ( boolean  research)

Definition at line 160 of file ParticipantStub.java.

160  {
161  this.research = research;
162  }

◆ setRole()

void org.turro.dossier.stub.ParticipantStub.setRole ( ParticipantRole  role)

Definition at line 72 of file ParticipantStub.java.

72  {
73  this.role = role;
74  }

◆ setShowAllAttachments()

void org.turro.dossier.stub.ParticipantStub.setShowAllAttachments ( boolean  showAllAttachments)

Definition at line 88 of file ParticipantStub.java.

88  {
89  this.showAllAttachments = showAllAttachments;
90  }

◆ setShowAllIssues()

void org.turro.dossier.stub.ParticipantStub.setShowAllIssues ( boolean  showAllIssues)

Definition at line 104 of file ParticipantStub.java.

104  {
105  this.showAllIssues = showAllIssues;
106  }

◆ setShowParticipants()

void org.turro.dossier.stub.ParticipantStub.setShowParticipants ( boolean  showParticipants)

Definition at line 96 of file ParticipantStub.java.

96  {
97  this.showParticipants = showParticipants;
98  }

◆ setSupport()

void org.turro.dossier.stub.ParticipantStub.setSupport ( boolean  support)

Definition at line 176 of file ParticipantStub.java.

176  {
177  this.support = support;
178  }

The documentation for this class was generated from the following file: