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 Alpers
- See Also:
-
Field Summary
Fields inherited from class io.goobi.viewer.model.translations.Translation
id, language, tag, translationValue -
Constructor Summary
ConstructorsConstructorDescriptionEmpty Constructor.MapTranslation(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, getTranslationValue, hashCode, isEmpty, setId, setLanguage, setTag, setTranslation, setTranslationValue, toString
-
Constructor Details
-
MapTranslation
public MapTranslation()Empty Constructor. -
MapTranslation
Constructor without value.- Parameters:
language- language code for this translationtag- translation tag identifying the text fieldowner- the owning GeoMap
-
MapTranslation
- Parameters:
t- the MapTranslation to copy
-
-
Method Details
-
getOwner
-
setOwner
-