Class TermsOfUse
java.lang.Object
io.goobi.viewer.model.administration.legal.TermsOfUse
- Author:
- florian
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidRemove all empty translations from the translations list.getDescription(String language) getDescriptionIfExists(String language) getId()getTitleIfExists(String language) booleanisActive()voidsetActive(boolean active) setDescription(String language, String value) 
- 
Field Details- 
idUnique database ID.
 
- 
- 
Constructor Details- 
TermsOfUsepublic TermsOfUse()
- 
TermsOfUse- Parameters:
- orig-
 
 
- 
- 
Method Details- 
setActivepublic void setActive(boolean active) - Parameters:
- active- the active to set
 
- 
isActivepublic boolean isActive()- Returns:
- the active
 
- 
getTitle
- 
getTitleIfExists
- 
setTitle
- 
getDescription
- 
getDescriptionIfExists
- 
setDescription
- 
getId
- 
cleanTranslationspublic void cleanTranslations()Remove all empty translations from the translations list.
 
-