Class LocalizedString.LocalizedItem

java.lang.Object
overit.geocall.model.lang.LocalizedString.LocalizedItem
All Implemented Interfaces:
Serializable
Enclosing class:
LocalizedString

public static class LocalizedString.LocalizedItem extends Object implements Serializable
This class represents a single element added to the LocalizedString, and maintains the reference to the text and the language from whom the text has been translated
See Also:
  • Method Details

    • getLang

      public Lang getLang()
      Return the language from whom the text has been translated
      Returns:
      the language from whom the text has been translated
    • getValue

      public String getValue()
      Return the translated text
      Returns:
      the translated text
    • getLangName

      public String getLangName()
      Return the language's name from whom the text has been translated
      Returns:
      the language's name from whom the text has been translated
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object