◆ CommentAttribute()
org.turro.contacts.proposal.CommentAttribute.CommentAttribute |
( |
Comment |
attribute | ) |
|
◆ addToContact()
void org.turro.contacts.proposal.CommentAttribute.addToContact |
( |
Contact |
contact | ) |
|
◆ generateAttributeAdapter()
IAttribute org.turro.contacts.proposal.CommentAttribute.generateAttributeAdapter |
( |
final Comment |
a | ) |
|
Definition at line 64 of file CommentAttribute.java.
65 return new IAttribute() {
69 return a.getComment();
74 return a.getContact();
◆ generateRelated()
List<Comment> org.turro.contacts.proposal.CommentAttribute.generateRelated |
( |
| ) |
|
|
protected |
◆ getAsString()
String org.turro.contacts.proposal.CommentAttribute.getAsString |
( |
| ) |
|
◆ getAttributeName()
String org.turro.contacts.proposal.CommentAttribute.getAttributeName |
( |
| ) |
|
◆ getContact()
Contact org.turro.contacts.proposal.CommentAttribute.getContact |
( |
| ) |
|
The documentation for this class was generated from the following file: