- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 38 of file Attendee.java.
◆ entityId()
Object org.turro.contacts.Attendee.entityId |
( |
| ) |
|
◆ exists()
boolean org.turro.contacts.Attendee.exists |
( |
Contact |
contact | ) |
|
Definition at line 101 of file Attendee.java.
102 if(this.contact !=
null && contact !=
null) {
103 return CompareUtil.compare(this.contact.
getId(), contact.
getId()) == 0;
◆ getContact()
Contact org.turro.contacts.Attendee.getContact |
( |
| ) |
|
◆ getConvocation()
Convocation org.turro.contacts.Attendee.getConvocation |
( |
| ) |
|
◆ getIContact()
IContact org.turro.contacts.Attendee.getIContact |
( |
| ) |
|
Definition at line 108 of file Attendee.java.
109 return Contacts.getContact(contact);
◆ getId()
String org.turro.contacts.Attendee.getId |
( |
| ) |
|
◆ isAttended()
boolean org.turro.contacts.Attendee.isAttended |
( |
| ) |
|
◆ isEmpty()
boolean org.turro.contacts.Attendee.isEmpty |
( |
| ) |
|
◆ setAttended()
void org.turro.contacts.Attendee.setAttended |
( |
boolean |
attended | ) |
|
◆ setContact()
void org.turro.contacts.Attendee.setContact |
( |
Contact |
contact | ) |
|
◆ setConvocation()
void org.turro.contacts.Attendee.setConvocation |
( |
Convocation |
convocation | ) |
|
Definition at line 67 of file Attendee.java.
68 this.convocation = convocation;
◆ setId()
void org.turro.contacts.Attendee.setId |
( |
String |
id | ) |
|
The documentation for this class was generated from the following file: