public class LocalizedString extends Object
| コンストラクタと説明 | 
|---|
| LocalizedString()Constructor. | 
| LocalizedString(String localString,
               String language)Constructor. | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| boolean | equals(Object obj)Determines if two LocalizedStrings are equal, that is, if both thier localized string and language have
 case-sentivite equality. | 
| String | getLanguage()Gets the language of the string. | 
| String | getLocalString()Gets the localized string. | 
| int | hashCode() | 
| void | setLanguage(String newLanguage)Sets the language of the string. | 
| void | setLocalizedString(String newString)Sets the localized string. | 
public String getLocalString()
public void setLocalizedString(String newString)
newString - the localized stringpublic String getLanguage()
public void setLanguage(String newLanguage)
newLanguage - the language of the stringCopyright © 2012. All Rights Reserved.