public class UnlocalizedValue extends Object implements Value
| Constructor and Description |
|---|
UnlocalizedValue(String value) |
UnlocalizedValue(UnlocalizedValue unlocalizedValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
addString(Locale locale,
String value) |
boolean |
equals(Object object) |
Set<Locale> |
getAvailableLocales() |
Locale |
getDefaultLocale() |
String |
getString(Locale locale) |
Map<Locale,String> |
getValues() |
int |
hashCode() |
boolean |
isLocalized() |
void |
setDefaultLocale(Locale defaultLocale) |
public UnlocalizedValue(String value)
public UnlocalizedValue(UnlocalizedValue unlocalizedValue)
public void addString(Locale locale,
String value)
public boolean equals(Object object)
equals in class Objectpublic Set<Locale> getAvailableLocales()
getAvailableLocales in interface Valuepublic Locale getDefaultLocale()
getDefaultLocale in interface Valuepublic int hashCode()
hashCode in class Objectpublic boolean isLocalized()
isLocalized in interface Valuepublic void setDefaultLocale(Locale defaultLocale)
setDefaultLocale in interface Value