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

Public Member Functions

 ParticipantStubverb (IDossierParticipant participant)
 
Date getCreation ()
 
void setCreation (Date creation)
 
ContactStubverb getIContact ()
 
void setIContact (ContactStubverb IContact)
 
ContactStubverb getCompany ()
 
void setCompany (ContactStubverb company)
 
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 31 of file ParticipantStubverb.java.

Constructor & Destructor Documentation

◆ ParticipantStubverb()

org.turro.dossier.stub.ParticipantStubverb.ParticipantStubverb ( IDossierParticipant  participant)

Definition at line 40 of file ParticipantStubverb.java.

40  {
41  silentlyInitializeValues(participant);
42  }

Member Function Documentation

◆ getCompany()

ContactStubverb org.turro.dossier.stub.ParticipantStubverb.getCompany ( )

Definition at line 60 of file ParticipantStubverb.java.

60  {
61  return company;
62  }

◆ getCreation()

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

Definition at line 44 of file ParticipantStubverb.java.

44  {
45  return creation;
46  }

◆ getDiscriminator()

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

Definition at line 76 of file ParticipantStubverb.java.

76  {
77  return discriminator;
78  }

◆ getIContact()

ContactStubverb org.turro.dossier.stub.ParticipantStubverb.getIContact ( )

Definition at line 52 of file ParticipantStubverb.java.

52  {
53  return IContact;
54  }

◆ getRole()

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

Definition at line 68 of file ParticipantStubverb.java.

68  {
69  return role;
70  }

◆ isAdmin()

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

Definition at line 188 of file ParticipantStubverb.java.

188  {
189  return admin;
190  }

◆ isBeneficiary()

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

Definition at line 140 of file ParticipantStubverb.java.

140  {
141  return beneficiary;
142  }

◆ isBindingVote()

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

Definition at line 116 of file ParticipantStubverb.java.

116  {
117  return bindingVote;
118  }

◆ isConsortium()

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

Definition at line 180 of file ParticipantStubverb.java.

180  {
181  return consortium;
182  }

◆ isCoordinator()

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

Definition at line 132 of file ParticipantStubverb.java.

132  {
133  return coordinator;
134  }

◆ isDriver()

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

Definition at line 124 of file ParticipantStubverb.java.

124  {
125  return driver;
126  }

◆ isFunding()

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

Definition at line 164 of file ParticipantStubverb.java.

164  {
165  return funding;
166  }

◆ isOfferer()

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

Definition at line 148 of file ParticipantStubverb.java.

148  {
149  return offerer;
150  }

◆ isReceiveAllEmails()

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

Definition at line 108 of file ParticipantStubverb.java.

108  {
109  return receiveAllEmails;
110  }

◆ isResearch()

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

Definition at line 156 of file ParticipantStubverb.java.

156  {
157  return research;
158  }

◆ isShowAllAttachments()

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

Definition at line 84 of file ParticipantStubverb.java.

84  {
85  return showAllAttachments;
86  }

◆ isShowAllIssues()

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

Definition at line 100 of file ParticipantStubverb.java.

100  {
101  return showAllIssues;
102  }

◆ isShowParticipants()

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

Definition at line 92 of file ParticipantStubverb.java.

92  {
93  return showParticipants;
94  }

◆ isSupport()

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

Definition at line 172 of file ParticipantStubverb.java.

172  {
173  return support;
174  }

◆ setAdmin()

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

Definition at line 192 of file ParticipantStubverb.java.

192  {
193  this.admin = admin;
194  }

◆ setBeneficiary()

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

Definition at line 144 of file ParticipantStubverb.java.

144  {
145  this.beneficiary = beneficiary;
146  }

◆ setBindingVote()

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

Definition at line 120 of file ParticipantStubverb.java.

120  {
121  this.bindingVote = bindingVote;
122  }

◆ setCompany()

void org.turro.dossier.stub.ParticipantStubverb.setCompany ( ContactStubverb  company)

Definition at line 64 of file ParticipantStubverb.java.

64  {
65  this.company = company;
66  }

◆ setConsortium()

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

Definition at line 184 of file ParticipantStubverb.java.

184  {
185  this.consortium = consortium;
186  }

◆ setCoordinator()

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

Definition at line 136 of file ParticipantStubverb.java.

136  {
137  this.coordinator = coordinator;
138  }

◆ setCreation()

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

Definition at line 48 of file ParticipantStubverb.java.

48  {
49  this.creation = creation;
50  }

◆ setDiscriminator()

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

Definition at line 80 of file ParticipantStubverb.java.

80  {
81  this.discriminator = discriminator;
82  }

◆ setDriver()

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

Definition at line 128 of file ParticipantStubverb.java.

128  {
129  this.driver = driver;
130  }

◆ setFunding()

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

Definition at line 168 of file ParticipantStubverb.java.

168  {
169  this.funding = funding;
170  }

◆ setIContact()

void org.turro.dossier.stub.ParticipantStubverb.setIContact ( ContactStubverb  IContact)

Definition at line 56 of file ParticipantStubverb.java.

56  {
57  this.IContact = IContact;
58  }

◆ setOfferer()

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

Definition at line 152 of file ParticipantStubverb.java.

152  {
153  this.offerer = offerer;
154  }

◆ setReceiveAllEmails()

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

Definition at line 112 of file ParticipantStubverb.java.

112  {
113  this.receiveAllEmails = receiveAllEmails;
114  }

◆ setResearch()

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

Definition at line 160 of file ParticipantStubverb.java.

160  {
161  this.research = research;
162  }

◆ setRole()

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

Definition at line 72 of file ParticipantStubverb.java.

72  {
73  this.role = role;
74  }

◆ setShowAllAttachments()

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

Definition at line 88 of file ParticipantStubverb.java.

88  {
89  this.showAllAttachments = showAllAttachments;
90  }

◆ setShowAllIssues()

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

Definition at line 104 of file ParticipantStubverb.java.

104  {
105  this.showAllIssues = showAllIssues;
106  }

◆ setShowParticipants()

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

Definition at line 96 of file ParticipantStubverb.java.

96  {
97  this.showParticipants = showParticipants;
98  }

◆ setSupport()

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

Definition at line 176 of file ParticipantStubverb.java.

176  {
177  this.support = support;
178  }

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