
Public Member Functions | |
| RelationAdapter (Contact self, Contact related, String description, String relationType, boolean preferential) | |
| Contact | getSelf () |
| Contact | getRelated () |
| String | getDescription () |
| String | getRelationType () |
| boolean | isPreferential () |
| String | getFullRelationString () |
| String | getRelationString () |
Definition at line 31 of file RelationAdapter.java.
| org.turro.contacts.util.RelationAdapter.RelationAdapter | ( | Contact | self, |
| Contact | related, | ||
| String | description, | ||
| String | relationType, | ||
| boolean | preferential | ||
| ) |
Definition at line 37 of file RelationAdapter.java.
| String org.turro.contacts.util.RelationAdapter.getDescription | ( | ) |
Definition at line 53 of file RelationAdapter.java.
| String org.turro.contacts.util.RelationAdapter.getFullRelationString | ( | ) |
Definition at line 65 of file RelationAdapter.java.

| Contact org.turro.contacts.util.RelationAdapter.getRelated | ( | ) |
Definition at line 49 of file RelationAdapter.java.
| String org.turro.contacts.util.RelationAdapter.getRelationString | ( | ) |
Definition at line 72 of file RelationAdapter.java.


| String org.turro.contacts.util.RelationAdapter.getRelationType | ( | ) |
Definition at line 57 of file RelationAdapter.java.
| Contact org.turro.contacts.util.RelationAdapter.getSelf | ( | ) |
Definition at line 45 of file RelationAdapter.java.
| boolean org.turro.contacts.util.RelationAdapter.isPreferential | ( | ) |
Definition at line 61 of file RelationAdapter.java.