|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.content.core.ContentComment
@StableMinor(version="6.1", sinceVersion="4.2") public class ContentComment
A comment done for a content in a specific locale.
Constructor Summary | |
---|---|
ContentComment()
|
Method Summary | |
---|---|
java.lang.String |
getCommentText()
Returns this comment's text. |
ContentLocale |
getContentLocale()
Returns the ContentLocale this comment belongs to. |
java.lang.String |
getCreatedBy()
Returns the identifier of the principal that created this object. |
java.util.Date |
getCreatedDateTime()
Returns the date-time this comment was created. |
void |
setCommentText(java.lang.String commentText)
Sets this comment's text. |
void |
setCreatedBy(java.lang.String createdBy)
Sets the principal that created this object. |
void |
setCreatedDateTime(java.util.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 java.lang.String getCreatedBy()
public void setCreatedBy(java.lang.String createdBy)
createdBy
- the principal identifier.public java.util.Date getCreatedDateTime()
public void setCreatedDateTime(java.util.Date createdDateTime)
createdDateTime
- the date-time this comment was created.public java.lang.String getCommentText()
public void setCommentText(java.lang.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 |