Class TermsOfUseTranslation
java.lang.Object
io.goobi.viewer.model.translations.Translation
io.goobi.viewer.model.administration.legal.TermsOfUseTranslation
- Author:
- florian
-
Field Summary
Fields inherited from class io.goobi.viewer.model.translations.Translation
id, language, tag, value
-
Constructor Summary
ConstructorDescriptionConstructor for CMSCollectionTranslation.TermsOfUseTranslation
(String language, String value, TermsOfUse owner) Constructor for CMSCollectionTranslation. -
Method Summary
Modifier and TypeMethodDescriptiongetOwner()
Getter for the fieldowner
.void
setOwner
(TermsOfUse owner) Setter for the fieldowner
.Methods inherited from class io.goobi.viewer.model.translations.Translation
equals, getId, getLanguage, getTag, getTranslation, getTranslation, getValue, hashCode, isEmpty, setId, setLanguage, setTag, setTranslation, setValue, toString
-
Constructor Details
-
Method Details
-
getOwner
Getter for the field
owner
.- Returns:
- the owner
-
setOwner
Setter for the field
owner
.- Parameters:
owner
- the owner to set
-