Public Member Functions | |
CommentAttribute (Comment attribute) | |
void | addToContact (Contact contact) |
String | getAsString () |
Contact | getContact () |
String | getAttributeName () |
IAttribute | generateAttributeAdapter (final Comment a) |
Public Member Functions inherited from org.turro.contacts.proposal.GenericAttribute< Comment > | |
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 | |
List< Comment > | generateRelated () |
Protected Member Functions inherited from org.turro.contacts.proposal.GenericAttribute< Comment > | |
abstract List< A > | generateRelated () |
Additional Inherited Members | |
Protected Attributes inherited from org.turro.contacts.proposal.GenericAttribute< Comment > | |
A | attribute |
transient List< IAttribute > | related |
DuplicationType | duplication |
boolean | active |
Definition at line 30 of file CommentAttribute.java.
org.turro.contacts.proposal.CommentAttribute.CommentAttribute | ( | Comment | attribute | ) |
Definition at line 32 of file CommentAttribute.java.
void org.turro.contacts.proposal.CommentAttribute.addToContact | ( | Contact | contact | ) |
IAttribute org.turro.contacts.proposal.CommentAttribute.generateAttributeAdapter | ( | final Comment | a | ) |
Definition at line 64 of file CommentAttribute.java.
|
protected |
Definition at line 38 of file CommentAttribute.java.
String org.turro.contacts.proposal.CommentAttribute.getAsString | ( | ) |
String org.turro.contacts.proposal.CommentAttribute.getAttributeName | ( | ) |
Contact org.turro.contacts.proposal.CommentAttribute.getContact | ( | ) |