◆ equals()
boolean org.turro.dossier.entity.IssueParticipant.equals |
( |
Object |
obj | ) |
|
Definition at line 143 of file IssueParticipant.java.
150 if (getClass() != obj.getClass()) {
153 final IssueParticipant other = (IssueParticipant) obj;
154 return Objects.equals(this.
id, other.id);
◆ getIContact()
IContact org.turro.dossier.entity.IssueParticipant.getIContact |
( |
| ) |
|
Definition at line 116 of file IssueParticipant.java.
117 if(_contact ==
null) {
118 _contact = Contacts.getContactById(idContact);
◆ getId()
Long org.turro.dossier.entity.IssueParticipant.getId |
( |
| ) |
|
◆ getIdContact()
String org.turro.dossier.entity.IssueParticipant.getIdContact |
( |
| ) |
|
◆ getIssue()
Issue org.turro.dossier.entity.IssueParticipant.getIssue |
( |
| ) |
|
◆ getName()
String org.turro.dossier.entity.IssueParticipant.getName |
( |
| ) |
|
◆ getRole()
◆ hashCode()
int org.turro.dossier.entity.IssueParticipant.hashCode |
( |
| ) |
|
◆ isEmpty()
boolean org.turro.dossier.entity.IssueParticipant.isEmpty |
( |
| ) |
|
◆ isPendingRevision()
boolean org.turro.dossier.entity.IssueParticipant.isPendingRevision |
( |
| ) |
|
◆ setIContact()
void org.turro.dossier.entity.IssueParticipant.setIContact |
( |
IContact |
contact | ) |
|
◆ setId()
void org.turro.dossier.entity.IssueParticipant.setId |
( |
Long |
id | ) |
|
◆ setIdContact()
void org.turro.dossier.entity.IssueParticipant.setIdContact |
( |
String |
idContact | ) |
|
◆ setIssue()
void org.turro.dossier.entity.IssueParticipant.setIssue |
( |
Issue |
issue | ) |
|
◆ setName()
void org.turro.dossier.entity.IssueParticipant.setName |
( |
String |
name | ) |
|
◆ setPendingRevision()
void org.turro.dossier.entity.IssueParticipant.setPendingRevision |
( |
boolean |
pendingRevision | ) |
|
◆ setRole()
The documentation for this class was generated from the following file: