Class CommentImpl

    • Constructor Detail

      • CommentImpl

        public CommentImpl()
      • CommentImpl

        public CommentImpl​(String content,
                           String userName,
                           Date commentDate,
                           long entityId)
    • Method Detail

      • getContent

        public String getContent()
        Description copied from interface: Comment
        The actual comment that was added
        Specified by:
        getContent in interface Comment
      • getUserName

        public String getUserName()
        Description copied from interface: Comment
        The username of the user that created the comment
        Specified by:
        getUserName in interface Comment
        Returns:
      • getUser

        public com.atlassian.user.User getUser()
        Description copied from interface: Comment
        The user that created the comment
        Specified by:
        getUser in interface Comment
        Returns:
      • getEntityId

        public long getEntityId()
        Description copied from interface: Comment
        The id of object the comment was added to
        Specified by:
        getEntityId in interface Comment
      • setEntityId

        public void setEntityId​(long entityId)
        Specified by:
        setEntityId in interface Comment
      • setBambooUserManager

        public void setBambooUserManager​(BambooUserManager bambooUserManager)