public class LocaleBean extends Object implements Serializable
WARNING: This class is for internal use only, the only reason this class is
public is because it is used with XMLEncoder
.
Constructor and Description |
---|
LocaleBean() |
LocaleBean(Locale l) |
Modifier and Type | Method and Description |
---|---|
String |
getCountry() |
String |
getLanguage() |
String |
getVariant() |
void |
setCountry(String country) |
void |
setLanguage(String language) |
void |
setVariant(String variant) |
public LocaleBean()
public LocaleBean(Locale l)