Package io.goobi.viewer.model.maps
Class MapTranslation
java.lang.Object
io.goobi.viewer.model.translations.Translation
io.goobi.viewer.model.maps.MapTranslation
- All Implemented Interfaces:
Serializable
- Author:
- florian
- See Also:
-
Field Summary
Fields inherited from class io.goobi.viewer.model.translations.Translation
id, language, tag, value
-
Constructor Summary
ConstructorDescriptionEmpty ConstructorMapTranslation
(String language, String tag, GeoMap owner) Constructor without value -
Method Summary
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
-
MapTranslation
public MapTranslation()Empty Constructor -
MapTranslation
Constructor without value- Parameters:
language
-tag
-owner
-
-
MapTranslation
- Parameters:
t
-
-
-
Method Details
-
getOwner
- Returns:
- the owner
-
setOwner
- Parameters:
owner
- the owner to set
-