|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.util.I18NString
net.sf.doolin.util.I18NCode
public class I18NCode
I18NString that is associated with a code.
| Constructor Summary | |
|---|---|
I18NCode()
Constructor. |
|
I18NCode(String code)
Constructor. |
|
I18NCode(String code,
Locale locale,
String value)
Constructor. |
|
I18NCode(String code,
String value)
Constructor. |
|
I18NCode(String code,
String defaultValue,
Locale locale,
String value)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getCode()
|
void |
setCode(String code)
|
| Methods inherited from class net.sf.doolin.util.I18NString |
|---|
equals, format, getDefaultValue, getKeys, getLocaleValue, getValue, getValue, hashCode, parse, setDefaultValue, setValue, setValue, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public I18NCode()
I18NString.I18NString()public I18NCode(String code)
code - Associated codeI18NString.I18NString()
public I18NCode(String code,
Locale locale,
String value)
code - Associated codelocale - Locale associated to the valuevalue - Value to set with the given localeI18NString.I18NString(Locale, String)
public I18NCode(String code,
String value)
code - Associated codevalue - Default valueI18NString.I18NString(String)
public I18NCode(String code,
String defaultValue,
Locale locale,
String value)
code - Associated codedefaultValue - Default valuelocale - Locale associated to the valuevalue - Value to set with the given localeI18NString.I18NString(String, Locale, String)| Method Detail |
|---|
public String getCode()
public void setCode(String code)
code - The code to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||