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()
      Returns:
      the id
    • setId

      public void setId(Long id)
      Parameters:
      id - the id to set
    • getTitle

      public String getTitle()
      Returns:
      the title
    • setTitle

      public void setTitle(String title)
      Parameters:
      title - the title to set
    • getSolrQuery

      public String getSolrQuery()
      Returns:
      the solrQuery
    • setSolrQuery

      public void setSolrQuery(String solrQuery)
      Parameters:
      solrQuery - the solrQuery to set
    • getDescription

      public String getDescription()
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Parameters:
      description - the description to set
    • getUserGroup

      public UserGroup getUserGroup()
      Returns:
      the userGroup
    • setUserGroup

      public void setUserGroup(UserGroup userGroup)
      Parameters:
      userGroup - the userGroup to set
    • isSendEmailNotifications

      public boolean isSendEmailNotifications()
      Returns:
      the sendEmailNotifications
    • setSendEmailNotifications

      public void setSendEmailNotifications(boolean sendEmailNotifications)
      Parameters:
      sendEmailNotifications - the sendEmailNotifications to set
    • isMembersMayEditComments

      public boolean isMembersMayEditComments()
      Returns:
      the membersMayEditComments
    • setMembersMayEditComments

      public void setMembersMayEditComments(boolean membersMayEditComments)
      Parameters:
      membersMayEditComments - the membersMayEditComments to set
    • isMembersMayDeleteComments

      public boolean isMembersMayDeleteComments()
      Returns:
      the membersMayDeleteComments
    • setMembersMayDeleteComments

      public void setMembersMayDeleteComments(boolean membersMayDeleteComments)
      Parameters:
      membersMayDeleteComments - the membersMayDeleteComments to set
    • isCoreType

      public boolean isCoreType()
      Returns:
      the coreType
    • setCoreType

      public void setCoreType(boolean coreType)
      Parameters:
      coreType - the coreType to set
    • isEnabled

      public boolean isEnabled()
      Returns:
      the enabled
    • setEnabled

      public void setEnabled(boolean enabled)
      Parameters:
      enabled - the enabled to set
    • getIdentifiers

      public Set<String> getIdentifiers()
      Returns:
      the identifiers
    • isIdentifiersQueried

      public boolean isIdentifiersQueried()
      Returns:
      the identifiersQueried
    • setIdentifiersQueried

      public void setIdentifiersQueried(boolean identifiersQueried)
      Parameters:
      identifiersQueried - the identifiersQueried to set