Public Member Functions | |
| ProfileRelation (BusinessRelation relation, ProfilePolicies policies, PublishPolicy policy) | |
| Profile | getBusiness () |
| Profile | getContact () |
| boolean | getHasPosition () |
| String | getPosition () |
| boolean | getHasDates () |
| String | getDates () |
| BusinessRelation | getRelation () |
| boolean | isValidated () |
| boolean | isInRange () |
| boolean | isInRange (Date date) |
Definition at line 30 of file ProfileRelation.java.
| org.turro.contacts.profile.ProfileRelation.ProfileRelation | ( | BusinessRelation | relation, |
| ProfilePolicies | policies, | ||
| PublishPolicy | policy | ||
| ) |
Definition at line 36 of file ProfileRelation.java.
| Profile org.turro.contacts.profile.ProfileRelation.getBusiness | ( | ) |
Definition at line 42 of file ProfileRelation.java.

| Profile org.turro.contacts.profile.ProfileRelation.getContact | ( | ) |
Definition at line 46 of file ProfileRelation.java.

| String org.turro.contacts.profile.ProfileRelation.getDates | ( | ) |
Definition at line 62 of file ProfileRelation.java.


| boolean org.turro.contacts.profile.ProfileRelation.getHasDates | ( | ) |
Definition at line 58 of file ProfileRelation.java.

| boolean org.turro.contacts.profile.ProfileRelation.getHasPosition | ( | ) |
Definition at line 50 of file ProfileRelation.java.

| String org.turro.contacts.profile.ProfileRelation.getPosition | ( | ) |
Definition at line 54 of file ProfileRelation.java.


| BusinessRelation org.turro.contacts.profile.ProfileRelation.getRelation | ( | ) |
| boolean org.turro.contacts.profile.ProfileRelation.isInRange | ( | ) |
Definition at line 74 of file ProfileRelation.java.
| boolean org.turro.contacts.profile.ProfileRelation.isInRange | ( | Date | date | ) |
Definition at line 78 of file ProfileRelation.java.

| boolean org.turro.contacts.profile.ProfileRelation.isValidated | ( | ) |
Definition at line 70 of file ProfileRelation.java.
