public interface Comment
| Modifier and Type | Method and Description | 
|---|---|
void | 
addAncestorId(String ancestorId)
Adds an ancestor id. 
 | 
Collection<String> | 
getAncestorIds()
Gets the list of ancestor ids. 
 | 
String | 
getAuthor()
Gets comment author. 
 | 
Instant | 
getCreationDate()
Gets comment creation date. 
 | 
String | 
getId()
Gets comment id. 
 | 
Instant | 
getModificationDate()
Sets comment modification date. 
 | 
String | 
getParentId()
Gets parent id. 
 | 
String | 
getText()
Gets comment text. 
 | 
void | 
setAuthor(String author)
Sets comment author. 
 | 
void | 
setCreationDate(Instant creationDate)
Sets comment creation date. 
 | 
void | 
setId(String id)
Sets comment id. 
 | 
void | 
setModificationDate(Instant modificationDate)
Sets comment modification date. 
 | 
void | 
setParentId(String parentId)
Sets parent id. 
 | 
void | 
setText(String text)
Sets comment text. 
 | 
String getParentId()
void setParentId(String parentId)
parentId - the parent idCollection<String> getAncestorIds()
void addAncestorId(String ancestorId)
ancestorId - the ancestor idInstant getCreationDate()
void setCreationDate(Instant creationDate)
creationDate - the creation dateInstant getModificationDate()
void setModificationDate(Instant modificationDate)
modificationDate - the modification dateCopyright © 2019 Nuxeo. All rights reserved.