

Public Member Functions | |
| AbstractContactRelation (IContact _contact) | |
| String | getRelatedId () |
| IElephantEntity | getRelatedEntity () |
| IContact | getRelatedIContact () |
| Object | getRelatedContact () |
| String | getDatesString () |
| int | compareTo (IContactRelation o) |
Public Member Functions inherited from org.turro.plugin.contacts.IContactRelation | |
| String | getDue () |
| boolean | isWorker () |
| boolean | isHHRR () |
| boolean | asWorker () |
| boolean | getStrong () |
| boolean | getValidated () |
| String | getImage () |
| Date | getStartDate () |
| Date | getEndDate () |
| Object | getRelation () |
Definition at line 29 of file AbstractContactRelation.java.
| org.turro.plugin.contacts.AbstractContactRelation.AbstractContactRelation | ( | IContact | _contact | ) |
Definition at line 33 of file AbstractContactRelation.java.
| int org.turro.plugin.contacts.AbstractContactRelation.compareTo | ( | IContactRelation | o | ) |
Definition at line 70 of file AbstractContactRelation.java.

| String org.turro.plugin.contacts.AbstractContactRelation.getDatesString | ( | ) |
Implements org.turro.plugin.contacts.IContactRelation.
Definition at line 63 of file AbstractContactRelation.java.

| Object org.turro.plugin.contacts.AbstractContactRelation.getRelatedContact | ( | ) |
Implements org.turro.plugin.contacts.IContactRelation.
Definition at line 58 of file AbstractContactRelation.java.


| IElephantEntity org.turro.plugin.contacts.AbstractContactRelation.getRelatedEntity | ( | ) |
Implements org.turro.plugin.contacts.IContactRelation.
Reimplemented in org.turro.alliance.contact.ContactRelationAdapter.
Definition at line 45 of file AbstractContactRelation.java.

| IContact org.turro.plugin.contacts.AbstractContactRelation.getRelatedIContact | ( | ) |
Implements org.turro.plugin.contacts.IContactRelation.
Definition at line 53 of file AbstractContactRelation.java.

| String org.turro.plugin.contacts.AbstractContactRelation.getRelatedId | ( | ) |
Implements org.turro.plugin.contacts.IContactRelation.
Definition at line 40 of file AbstractContactRelation.java.

