|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Objects that implement the Localisable interface are
localisable, that is to say they can be distinguished by their languages and
optionally countries.
| Method Summary | |
String |
getCountryCode()
get the ISO Country Code of this Localisable. |
String |
getLanguageCode()
get the ISO Language Code of this Localisable. |
Locale |
getLocale()
Get the Localisable's Locale directly. |
void |
setCountryCode(String cunt)
Set the Localisable's country code. |
void |
setLanguageCode(String lang)
Set the Localisable's language code. |
void |
setLocale(Locale loc)
Set the Localisable's Locale directly. |
| Method Detail |
public String getLanguageCode()
Localisable.
Content.public void setLanguageCode(String lang)
Localisable's language code.
lang - The iso language code of this Localisable.public String getCountryCode()
Localisable.
Content.public void setCountryCode(String cunt)
Localisable's country code.
cunt - The iso country code of this Localisable.public void setLocale(Locale loc)
Localisable's Locale directly.
loc - The localepublic Locale getLocale()
Localisable's Locale directly.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||