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
See Also:
  • Constructor Details

    • MapTranslation

      public MapTranslation()
      Empty Constructor
    • MapTranslation

      public MapTranslation(String language, String tag, GeoMap owner)
      Constructor without value
      Parameters:
      language -
      tag -
      owner -
    • MapTranslation

      public MapTranslation(MapTranslation t)
      Parameters:
      t -
  • Method Details

    • getOwner

      public GeoMap getOwner()
      Returns:
      the owner
    • setOwner

      public void setOwner(GeoMap owner)
      Parameters:
      owner - the owner to set