Class CommentEvent

    • Constructor Detail

      • CommentEvent

        public CommentEvent()
    • Method Detail

      • setAttachments

        public void setAttachments​(List<Attachment> attachments)
      • getAuthorId

        public Long getAuthorId()
      • setAuthorId

        public void setAuthorId​(Long authorId)
      • getBody

        public String getBody()
      • setBody

        public void setBody​(String body)
      • getHtmlBody

        public String getHtmlBody()
      • setHtmlBody

        public void setHtmlBody​(String htmlBody)
      • getTrusted

        public Boolean getTrusted()
      • setTrusted

        public void setTrusted​(Boolean trusted)
      • toString

        public String toString()
      • getPublic

        public Boolean getPublic()
      • setPublic

        public void setPublic​(Boolean publicComment)