Class AdminComment

java.lang.Object
pl.edu.icm.unity.types.registration.Comment
pl.edu.icm.unity.types.registration.AdminComment

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

    • AdminComment

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

      public AdminComment()
  • Method Details

    • getAuthorEntityId

      public long getAuthorEntityId()
    • setAuthorEntityId

      public void setAuthorEntityId(long authorEntityId)
    • isPublicComment

      public boolean isPublicComment()
    • setPublicComment

      public void setPublicComment(boolean publicComment)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Comment
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Comment