public class Comment extends Object
| Modifier and Type | Field and Description |
|---|---|
static QName |
PROP_COMMENT_CONTENT |
static QName |
PROP_COMMENT_CREATED_BY |
static QName |
PROP_COMMENT_MODIFIED_BY |
| Constructor and Description |
|---|
Comment() |
Comment(String id,
Map<QName,Serializable> nodeProps,
boolean canEdit,
boolean canDelete) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCanDelete() |
boolean |
getCanEdit() |
String |
getContent() |
Date |
getCreatedAt() |
Person |
getCreatedBy() |
Boolean |
getEdited() |
String |
getId() |
Date |
getModifiedAt() |
Person |
getModifiedBy() |
String |
getTitle() |
protected void |
mapProperties(Map<QName,Serializable> nodeProps) |
void |
setContent(String content) |
void |
setId(String id) |
String |
toString() |
public static final QName PROP_COMMENT_CONTENT
public static final QName PROP_COMMENT_CREATED_BY
public static final QName PROP_COMMENT_MODIFIED_BY
public Comment()
public Comment(String id, Map<QName,Serializable> nodeProps, boolean canEdit, boolean canDelete)
public void setId(String id)
public boolean getCanEdit()
public boolean getCanDelete()
public String getTitle()
public String getContent()
public void setContent(String content)
public Date getCreatedAt()
public Person getCreatedBy()
public Person getModifiedBy()
public Date getModifiedAt()
public Boolean getEdited()
protected void mapProperties(Map<QName,Serializable> nodeProps)
Copyright © 2005–2021 Alfresco Software. All rights reserved.