19 package org.turro.dossier.stub;
21 import java.util.Date;
22 import org.turro.contacts.stub.ContactStubverb;
23 import org.turro.dossier.entity.IDossierParticipant;
24 import org.turro.dossier.entity.ParticipantRole;
25 import org.turro.reflection.stub.DefaultStub;
33 private Date creation;
36 private String discriminator;
37 private boolean showAllAttachments, showParticipants, showAllIssues, receiveAllEmails, bindingVote,
38 driver, coordinator, beneficiary, offerer, research, funding, support, consortium, admin;
41 silentlyInitializeValues(participant);
49 this.creation = creation;
57 this.IContact = IContact;
65 this.company = company;
81 this.discriminator = discriminator;
85 return showAllAttachments;
89 this.showAllAttachments = showAllAttachments;
93 return showParticipants;
97 this.showParticipants = showParticipants;
101 return showAllIssues;
105 this.showAllIssues = showAllIssues;
109 return receiveAllEmails;
113 this.receiveAllEmails = receiveAllEmails;
121 this.bindingVote = bindingVote;
129 this.driver = driver;
137 this.coordinator = coordinator;
145 this.beneficiary = beneficiary;
153 this.offerer = offerer;
161 this.research = research;
169 this.funding = funding;
177 this.support = support;
185 this.consortium = consortium;
void setCoordinator(boolean coordinator)
void setReceiveAllEmails(boolean receiveAllEmails)
boolean isShowAllIssues()
void setIContact(ContactStubverb IContact)
void setResearch(boolean research)
void setRole(ParticipantRole role)
void setAdmin(boolean admin)
ParticipantRole getRole()
void setCompany(ContactStubverb company)
boolean isReceiveAllEmails()
boolean isShowParticipants()
void setShowParticipants(boolean showParticipants)
void setShowAllIssues(boolean showAllIssues)
void setOfferer(boolean offerer)
void setShowAllAttachments(boolean showAllAttachments)
String getDiscriminator()
void setSupport(boolean support)
ParticipantStubverb(IDossierParticipant participant)
void setBeneficiary(boolean beneficiary)
boolean isShowAllAttachments()
void setBindingVote(boolean bindingVote)
void setCreation(Date creation)
ContactStubverb getCompany()
void setConsortium(boolean consortium)
void setDiscriminator(String discriminator)
void setDriver(boolean driver)
void setFunding(boolean funding)
ContactStubverb getIContact()