Class CommentGroup

java.lang.Object
io.goobi.viewer.model.annotation.comments.CommentGroup
All Implemented Interfaces:
Serializable

@Entity public class CommentGroup extends Object implements Serializable
Filtered view on collections.
See Also:
  • Constructor Details

    • CommentGroup

      public CommentGroup()
  • Method Details

    • createCommentGroupAll

      public static CommentGroup createCommentGroupAll()
      Creates a CommentGroup instance representing unfiltered listing.
      Returns:
      CommentGroup
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getSolrQuery

      public String getSolrQuery()
    • setSolrQuery

      public void setSolrQuery(String solrQuery)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getUserGroup

      public UserGroup getUserGroup()
    • setUserGroup

      public void setUserGroup(UserGroup userGroup)
    • isSendEmailNotifications

      public boolean isSendEmailNotifications()
    • setSendEmailNotifications

      public void setSendEmailNotifications(boolean sendEmailNotifications)
    • isMembersMayEditComments

      public boolean isMembersMayEditComments()
    • setMembersMayEditComments

      public void setMembersMayEditComments(boolean membersMayEditComments)
    • isMembersMayDeleteComments

      public boolean isMembersMayDeleteComments()
    • setMembersMayDeleteComments

      public void setMembersMayDeleteComments(boolean membersMayDeleteComments)
    • isCoreType

      public boolean isCoreType()
    • setCoreType

      public void setCoreType(boolean coreType)
    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getIdentifiers

      public Set<String> getIdentifiers()
    • isIdentifiersQueried

      public boolean isIdentifiersQueried()
    • setIdentifiersQueried

      public void setIdentifiersQueried(boolean identifiersQueried)