|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.social.alfresco.api.entities.Comment
public class Comment
A comment on folders and individual items to give other users information or notes specific to that content.
| Constructor Summary | |
|---|---|
Comment()
|
|
| Method Summary | |
|---|---|
boolean |
canEdit()
|
String |
getContent()
|
Date |
getCreatedAt()
|
Person |
getCreatedBy()
|
String |
getId()
|
Date |
getModifiedAt()
|
Person |
getModifiedBy()
|
boolean |
isCanDelete()
|
boolean |
isEdited()
|
void |
setCanDelete(boolean canDelete)
Set True if this comment can be deleted by the current authenticated user. |
void |
setCanEdit(boolean canEdit)
Set True if this comment can be edited by the current authenticated user. |
void |
setContent(String content)
Set the comment |
void |
setCreatedAt(Date createdAt)
Set the date time that the comment was created |
void |
setCreatedBy(Person createdBy)
Set the People object describing the person who created this comment |
void |
setEdited(boolean edited)
Set True if comment has been edited since it was first created |
void |
setId(String id)
Set the unique opaque string id |
void |
setModifiedAt(Date modifiedAt)
Set the date time that the comment was last modified |
void |
setModifiedBy(Person modifiedBy)
Set the People object describing the person who last modified this comment |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Comment()
| Method Detail |
|---|
public boolean isEdited()
public void setEdited(boolean edited)
edited - public String getContent()
public void setContent(String content)
content - public String getId()
public void setId(String id)
id - public Date getModifiedAt()
public void setModifiedAt(Date modifiedAt)
modifiedAt - public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
createdAt - public Person getCreatedBy()
public void setCreatedBy(Person createdBy)
createdBy - public boolean isCanDelete()
public void setCanDelete(boolean canDelete)
canDelete - public Person getModifiedBy()
public void setModifiedBy(Person modifiedBy)
modifiedBy - public boolean canEdit()
public void setCanEdit(boolean canEdit)
canEdit -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||