public class Comment extends Object
Modifier and Type | Field and Description |
---|---|
static org.alfresco.service.namespace.QName |
PROP_COMMENT_CONTENT |
static org.alfresco.service.namespace.QName |
PROP_COMMENT_CREATED_BY |
static org.alfresco.service.namespace.QName |
PROP_COMMENT_MODIFIED_BY |
Constructor and Description |
---|
Comment() |
Comment(String id,
Map<org.alfresco.service.namespace.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<org.alfresco.service.namespace.QName,Serializable> nodeProps) |
void |
setContent(String content) |
void |
setId(String id) |
String |
toString() |
public static final org.alfresco.service.namespace.QName PROP_COMMENT_CONTENT
public static final org.alfresco.service.namespace.QName PROP_COMMENT_CREATED_BY
public static final org.alfresco.service.namespace.QName PROP_COMMENT_MODIFIED_BY
public Comment()
public Comment(String id, Map<org.alfresco.service.namespace.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<org.alfresco.service.namespace.QName,Serializable> nodeProps)
Copyright © 2005–2017 Alfresco Software. All rights reserved.