Class MapTranslation

java.lang.Object
io.goobi.viewer.model.translations.Translation
io.goobi.viewer.model.maps.MapTranslation
All Implemented Interfaces:
Serializable

@Entity public class MapTranslation extends Translation implements Serializable
Author:
Florian Alpers
See Also:
  • Constructor Details

    • MapTranslation

      public MapTranslation()
      Empty Constructor.
    • MapTranslation

      public MapTranslation(String language, String tag, GeoMap owner)
      Constructor without value.
      Parameters:
      language - language code for this translation
      tag - translation tag identifying the text field
      owner - the owning GeoMap
    • MapTranslation

      public MapTranslation(MapTranslation t)
      Parameters:
      t - the MapTranslation to copy
  • Method Details

    • getOwner

      public GeoMap getOwner()
    • setOwner

      public void setOwner(GeoMap owner)