Class CMSCollectionTranslation

java.lang.Object
io.goobi.viewer.model.translations.Translation
io.goobi.viewer.model.cms.collections.CMSCollectionTranslation
All Implemented Interfaces:
Serializable

@Entity public class CMSCollectionTranslation extends Translation implements Serializable
A persistence object holding a translated String value
Author:
Florian Alpers
See Also:
  • Constructor Details

    • CMSCollectionTranslation

      public CMSCollectionTranslation()

      Constructor for CMSCollectionTranslation.

    • CMSCollectionTranslation

      public CMSCollectionTranslation(String language, String value)

      Constructor for CMSCollectionTranslation.

      Parameters:
      language - a String object.
      value - a String object.
    • CMSCollectionTranslation

      public CMSCollectionTranslation(CMSCollectionTranslation tr, CMSCollection owner)
      Cloning constructor
      Parameters:
      tr -
      owner -
  • Method Details

    • getOwner

      public CMSCollection getOwner()

      Getter for the field owner.

      Returns:
      the owner
    • setOwner

      public void setOwner(CMSCollection owner)

      Setter for the field owner.

      Parameters:
      owner - the owner to set