public class Comment extends Entity
| Modifier and Type | Field and Description |
|---|---|
protected Set<String> |
ancestorIds |
protected String |
author |
protected Instant |
creationDate |
protected String |
entity |
protected String |
entityId |
protected String |
id |
protected Instant |
modificationDate |
protected String |
origin |
protected String |
parentId |
protected List<String> |
permissions |
protected String |
text |
entityType| Modifier | Constructor and Description |
|---|---|
|
Comment() |
protected |
Comment(String entityType)
Protected constructor to extend Comment type.
|
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAncestorIds() |
String |
getAuthor() |
Instant |
getCreationDate() |
String |
getEntity() |
String |
getEntityId() |
String |
getId() |
Instant |
getModificationDate() |
String |
getOrigin() |
String |
getParentId() |
List<String> |
getPermissions() |
String |
getText() |
void |
setAuthor(String author) |
void |
setCreationDate(Instant creationDate) |
void |
setEntity(String entity) |
void |
setEntityId(String entityId) |
void |
setModificationDate(Instant modificationDate) |
void |
setOrigin(String origin) |
protected void |
setParentId(String parentId) |
void |
setText(String text) |
getEntityTypeprotected String id
protected String parentId
protected String author
protected String text
protected Instant creationDate
protected Instant modificationDate
protected String entityId
protected String origin
protected String entity
protected Comment(String entityType)
public Comment()
public String getId()
public String getParentId()
protected void setParentId(String parentId)
public String getAuthor()
public void setAuthor(String author)
public String getText()
public void setText(String text)
public Instant getCreationDate()
public void setCreationDate(Instant creationDate)
public Instant getModificationDate()
public void setModificationDate(Instant modificationDate)
public String getEntityId()
public void setEntityId(String entityId)
public String getOrigin()
public void setOrigin(String origin)
public String getEntity()
public void setEntity(String entity)
Copyright © 2018 Nuxeo. All rights reserved.