Class ContentComment

    • Constructor Detail

      • ContentComment

        public ContentComment()
    • Method Detail

      • getCreatedBy

        public String getCreatedBy()
        Returns the identifier of the principal that created this object.
        Returns:
        the principal identifier.
        Since:
        4.2.0
      • setCreatedBy

        public void setCreatedBy​(String createdBy)
        Sets the principal that created this object.
        Parameters:
        createdBy - the principal identifier.
        Since:
        4.2.0
      • getCreatedDateTime

        public Date getCreatedDateTime()
        Returns the date-time this comment was created.
        Returns:
        the date-time this comment was created.
        Since:
        4.2.0
      • setCreatedDateTime

        public void setCreatedDateTime​(Date createdDateTime)
        Returns the date-time this comment was created.
        Parameters:
        createdDateTime - the date-time this comment was created.
        Since:
        4.2.0
      • getCommentText

        public String getCommentText()
        Returns this comment's text.
        Returns:
        this comment's text.
        Since:
        4.2.0
      • setCommentText

        public void setCommentText​(String commentText)
        Sets this comment's text.
        Parameters:
        commentText - the text to set.
        Since:
        4.2.0
      • getContentLocale

        public ContentLocale getContentLocale()
        Returns the ContentLocale this comment belongs to.
        Returns:
        the contentLocale.
        Since:
        4.2.0