Class AdminComment


  • public class AdminComment
    extends Comment
    Comment made by a system entity, i.e. having an author.
    Author:
    K. Benedyczak
    • Constructor Detail

      • AdminComment

        public AdminComment​(String contents,
                            long authorEntityId,
                            boolean publicComment)
      • AdminComment

        public AdminComment()
    • Method Detail

      • getAuthorEntityId

        public long getAuthorEntityId()
      • setAuthorEntityId

        public void setAuthorEntityId​(long authorEntityId)
      • isPublicComment

        public boolean isPublicComment()
      • setPublicComment

        public void setPublicComment​(boolean publicComment)