Class CommentItem
java.lang.Object
org.onehippo.forge.document.commenting.cms.api.CommentItem
- All Implemented Interfaces:
Serializable,Cloneable
Comment data holder object.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetAttribute(String name) getId()booleanhasAttribute(String name) inthashCode()voidsetAttribute(String name, Object value) voidvoidsetContent(String content) voidsetCreated(Calendar created) voidvoidsetLastModified(Calendar lastModified) voidsetSubjectId(String subjectId) toString()
-
Constructor Details
-
CommentItem
public CommentItem()
-
-
Method Details
-
getId
-
setId
-
getSubjectId
-
setSubjectId
-
getAuthor
-
setAuthor
-
getCreated
-
setCreated
-
getLastModified
-
setLastModified
-
getContent
-
setContent
-
hasAttribute
-
getAttribute
-
setAttribute
-
getAttributeNames
-
equals
-
hashCode
public int hashCode() -
toString
-
clone
-