19 package org.turro.dossier.stub;
21 import java.util.Date;
22 import org.turro.dossier.entity.Participant;
23 import org.turro.dossier.entity.ParticipantRole;
24 import org.turro.reflection.stub.DefaultStub;
32 private Date creation;
34 private String idContact;
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;
65 this.idContact = idContact;
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;
String getDiscriminator()
void setDriver(boolean driver)
void setShowParticipants(boolean showParticipants)
void setFunding(boolean funding)
void setSupport(boolean support)
boolean isShowParticipants()
void setDiscriminator(String discriminator)
boolean isShowAllAttachments()
void setBindingVote(boolean bindingVote)
void setBeneficiary(boolean beneficiary)
boolean isReceiveAllEmails()
void setAdmin(boolean admin)
boolean isShowAllIssues()
void setResearch(boolean research)
void setConsortium(boolean consortium)
ParticipantRole getRole()
void setRole(ParticipantRole role)
void setReceiveAllEmails(boolean receiveAllEmails)
void setCreation(Date creation)
void setShowAllAttachments(boolean showAllAttachments)
void setShowAllIssues(boolean showAllIssues)
void setName(String name)
ParticipantStub(Participant participant)
void setCoordinator(boolean coordinator)
void setOfferer(boolean offerer)
void setIdContact(String idContact)