public class LocalizableString
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
private java.lang.String | 
resourceBundleName  | 
private java.lang.String | 
stringCode  | 
private java.lang.Object[] | 
stringParameters  | 
| Constructor and Description | 
|---|
LocalizableString(java.lang.String stringCode,  | 
LocalizableString(java.lang.String resourceBundleName,
Creates a new instance of LocalizableString. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getResourceBundleName()  | 
java.lang.String | 
getStringCode()  | 
java.lang.Object[] | 
getStringParameters()  | 
java.lang.String | 
toString()  | 
resourceBundleName - - the name of resource bundle with localized Strings.stringCode - The code of string used in resourcebundle to identify the requested Localized String.stringParameters - The parameters for Localized String.