Class PortalItemComment


  • public final class PortalItemComment
    extends java.lang.Object
    Holds the content of a comment on a portal item.
    Since:
    100.0.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getComment()
      Gets the text of the comment.
      java.lang.String getCommentId()
      Gets the ID of the comment.
      java.util.Calendar getCreated()
      Gets the date this comment was created.
      java.lang.String getOwner()
      Gets the owner of the comment.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getComment

        public java.lang.String getComment()
        Gets the text of the comment.
        Returns:
        the text of the comment
        Since:
        100.0.0
      • getCreated

        public java.util.Calendar getCreated()
        Gets the date this comment was created.
        Returns:
        the date this comment was created; always a GregorianCalendar using UTC time zone and English locale
        Since:
        100.0.0
      • getCommentId

        public java.lang.String getCommentId()
        Gets the ID of the comment.
        Returns:
        the ID of the comment
        Since:
        100.0.0
      • getOwner

        public java.lang.String getOwner()
        Gets the owner of the comment.
        Returns:
        the username of the user who submitted the comment
        Since:
        100.0.0