Definition at line 27 of file Comment.java.
◆ entityId()
Object org.turro.contacts.Comment.entityId |
( |
| ) |
|
◆ getCanShow()
boolean org.turro.contacts.Comment.getCanShow |
( |
String |
userId | ) |
|
onlyOwner || owner.equals(userId);
Definition at line 97 of file Comment.java.
◆ getComment()
String org.turro.contacts.Comment.getComment |
( |
| ) |
|
◆ getContact()
Contact org.turro.contacts.Comment.getContact |
( |
| ) |
|
◆ getId()
String org.turro.contacts.Comment.getId |
( |
| ) |
|
◆ getModification()
Date org.turro.contacts.Comment.getModification |
( |
| ) |
|
◆ getOwner()
String org.turro.contacts.Comment.getOwner |
( |
| ) |
|
◆ isEmpty()
boolean org.turro.contacts.Comment.isEmpty |
( |
| ) |
|
◆ isOnlyOwner()
boolean org.turro.contacts.Comment.isOnlyOwner |
( |
| ) |
|
◆ setComment()
void org.turro.contacts.Comment.setComment |
( |
String |
comment | ) |
|
Definition at line 85 of file Comment.java.
86 this.comment = comment;
◆ setContact()
void org.turro.contacts.Comment.setContact |
( |
Contact |
contact | ) |
|
Definition at line 93 of file Comment.java.
94 this.contact = contact;
◆ setId()
void org.turro.contacts.Comment.setId |
( |
String |
id | ) |
|
|
protected |
◆ setModification()
void org.turro.contacts.Comment.setModification |
( |
Date |
modification | ) |
|
Definition at line 77 of file Comment.java.
78 this.modification = modification;
◆ setOnlyOwner()
void org.turro.contacts.Comment.setOnlyOwner |
( |
boolean |
onlyOwner | ) |
|
Definition at line 69 of file Comment.java.
70 this.onlyOwner = onlyOwner;
◆ setOwner()
void org.turro.contacts.Comment.setOwner |
( |
String |
owner | ) |
|
The documentation for this class was generated from the following file: