java.lang.Object
eu.dzhw.fdz.metadatamanagement.common.domain.I18nString
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ImmutableI18nString

public class I18nString
extends Object
implements Serializable
Strings that can be represented in English and German.
See Also:
Serialized Form
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
      Constant Field Values
    • de

      private String de
      The german version of this string.
    • en

      private String en
      The english version of this string.
  • Constructor Details

    • I18nString

      public I18nString()