Package overit.geocall.model.lang
Class LocalizedString.LocalizedItem
java.lang.Object
overit.geocall.model.lang.LocalizedString.LocalizedItem
- All Implemented Interfaces:
Serializable
- Enclosing class:
LocalizedString
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 Summary
-
Method Details
-
getLang
Return the language from whom the text has been translated- Returns:
- the language from whom the text has been translated
-
getValue
Return the translated text- Returns:
- the translated text
-
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
-
hashCode
public int hashCode()
-