Class CMSCollectionTranslation
java.lang.Object
io.goobi.viewer.model.translations.Translation
io.goobi.viewer.model.cms.collections.CMSCollectionTranslation
- All Implemented Interfaces:
Serializable
A persistence object holding a translated String value.
- Author:
- Florian Alpers
- See Also:
-
Field Summary
Fields inherited from class io.goobi.viewer.model.translations.Translation
id, language, tag, value
-
Constructor Summary
ConstructorDescriptionConstructor for CMSCollectionTranslation.Cloning constructor.CMSCollectionTranslation
(String language, String value) Constructor for CMSCollectionTranslation. -
Method Summary
Modifier and TypeMethodDescriptiongetOwner()
Getter for the fieldowner
.void
setOwner
(CMSCollection 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
-
CMSCollectionTranslation
public CMSCollectionTranslation()Constructor for CMSCollectionTranslation.
-
CMSCollectionTranslation
Constructor for CMSCollectionTranslation.
-
CMSCollectionTranslation
Cloning constructor.- Parameters:
tr
-owner
-
-
-
Method Details
-
getOwner
Getter for the field
owner
.- Returns:
- the owner
-
setOwner
Setter for the field
owner
.- Parameters:
owner
- the owner to set
-