Class CommentGroup
java.lang.Object
io.goobi.viewer.model.annotation.comments.CommentGroup
- All Implemented Interfaces:
Serializable
Filtered view on collections.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CommentGroupCreates aCommentGroupinstance representing unfiltered listing.getId()getTitle()booleanbooleanbooleanbooleanbooleanbooleanvoidsetCoreType(boolean coreType) voidsetDescription(String description) voidsetEnabled(boolean enabled) voidvoidsetIdentifiersQueried(boolean identifiersQueried) voidsetMembersMayDeleteComments(boolean membersMayDeleteComments) voidsetMembersMayEditComments(boolean membersMayEditComments) voidsetSendEmailNotifications(boolean sendEmailNotifications) voidsetSolrQuery(String solrQuery) voidvoidsetUserGroup(UserGroup userGroup)
-
Constructor Details
-
CommentGroup
public CommentGroup()
-
-
Method Details
-
createCommentGroupAll
Creates aCommentGroupinstance representing unfiltered listing.- Returns:
CommentGroup
-
getId
- Returns:
- the id
-
setId
- Parameters:
id- the id to set
-
getTitle
- Returns:
- the title
-
setTitle
- Parameters:
title- the title to set
-
getSolrQuery
- Returns:
- the solrQuery
-
setSolrQuery
- Parameters:
solrQuery- the solrQuery to set
-
getDescription
- Returns:
- the description
-
setDescription
- Parameters:
description- the description to set
-
getUserGroup
- Returns:
- the userGroup
-
setUserGroup
- 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
- Returns:
- the identifiers
-
isIdentifiersQueried
public boolean isIdentifiersQueried()- Returns:
- the identifiersQueried
-
setIdentifiersQueried
public void setIdentifiersQueried(boolean identifiersQueried) - Parameters:
identifiersQueried- the identifiersQueried to set
-