Class Entry

java.lang.Object
com.werkii.planning.ejb.gui.Entry
All Implemented Interfaces:
Serializable

@Deprecated public class Entry extends Object implements Serializable
Deprecated.

This class has been replaced by Translation.Entry. The com.werkii.planning.ejb.gui package and all it's classes will be removed in PublishingServer 2024/2

Translation entry associating a language with a localized text.
See Also:
  • Constructor Details

    • Entry

      public Entry()
      Deprecated.
    • Entry

      public Entry(String lang, String value)
      Deprecated.
  • Method Details

    • newInstance

      public static Entry newInstance(String lang, String value)
      Deprecated.
      Create a new translation entry
      Parameters:
      lang - language code (two letter code, ex. de, en, jp, fr
      value - translation
      Returns:
      entry
    • getLang

      public String getLang()
      Deprecated.
    • setLang

      public void setLang(String lang)
      Deprecated.
    • getValue

      public String getValue()
      Deprecated.
    • setValue

      public void setValue(String value)
      Deprecated.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object