

Public Member Functions | |
| GenericAttribute (A attribute) | |
| boolean | isActive () |
| void | setActive (boolean active) |
| A | getValue () |
| List< IAttribute > | getRelated () |
| void | checkActive (Contact destination) |
| abstract void | addToContact (Contact contact) |
| abstract String | getAsString () |
| abstract Contact | getContact () |
| abstract String | getAttributeName () |
| abstract IAttribute | generateAttributeAdapter (A a) |
Protected Member Functions | |
| abstract List< A > | generateRelated () |
Protected Attributes | |
| A | attribute |
| transient List< IAttribute > | related |
| DuplicationType | duplication |
| boolean | active |
Definition at line 29 of file GenericAttribute.java.
| org.turro.contacts.proposal.GenericAttribute< A >.GenericAttribute | ( | A | attribute | ) |
Definition at line 36 of file GenericAttribute.java.
|
abstract |
| void org.turro.contacts.proposal.GenericAttribute< A >.checkActive | ( | Contact | destination | ) |
Definition at line 59 of file GenericAttribute.java.

|
abstract |
|
abstractprotected |

|
abstract |

|
abstract |

|
abstract |
| List<IAttribute> org.turro.contacts.proposal.GenericAttribute< A >.getRelated | ( | ) |
Definition at line 52 of file GenericAttribute.java.


| A org.turro.contacts.proposal.GenericAttribute< A >.getValue | ( | ) |
Definition at line 48 of file GenericAttribute.java.
| boolean org.turro.contacts.proposal.GenericAttribute< A >.isActive | ( | ) |
| void org.turro.contacts.proposal.GenericAttribute< A >.setActive | ( | boolean | active | ) |
|
protected |
Definition at line 34 of file GenericAttribute.java.
|
protected |
Definition at line 31 of file GenericAttribute.java.
|
protected |
Definition at line 33 of file GenericAttribute.java.
|
protected |
Definition at line 32 of file GenericAttribute.java.