|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.content.core.ContentComment
@StableMinor(version="6.2", sinceVersion="4.2") public class ContentComment
A comment done for a content in a specific locale.
Constructor Summary | |
---|---|
ContentComment()
|
Method Summary | |
---|---|
String |
getCommentText()
Returns this comment's text. |
ContentLocale |
getContentLocale()
Returns the ContentLocale this comment belongs to. |
String |
getCreatedBy()
Returns the identifier of the principal that created this object. |
Date |
getCreatedDateTime()
Returns the date-time this comment was created. |
void |
setCommentText(String commentText)
Sets this comment's text. |
void |
setCreatedBy(String createdBy)
Sets the principal that created this object. |
void |
setCreatedDateTime(Date createdDateTime)
Returns the date-time this comment was created. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContentComment()
Method Detail |
---|
public String getCreatedBy()
public void setCreatedBy(String createdBy)
createdBy
- the principal identifier.public Date getCreatedDateTime()
public void setCreatedDateTime(Date createdDateTime)
createdDateTime
- the date-time this comment was created.public String getCommentText()
public void setCommentText(String commentText)
commentText
- the text to set.public ContentLocale getContentLocale()
ContentLocale
this comment belongs to.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |