@StableMinor(version="12.1", sinceVersion="4.2") public class ContentComment extends Object implements Serializable
Constructor and Description |
---|
ContentComment() |
Modifier and Type | Method and Description |
---|---|
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.
|
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.LumisXP 12.1.0.191010 - Copyright © 2006–2019 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.