public class LocalizedStringImpl extends Object implements LocalizedString
DEFAULT_CHARSET_NAME| Constructor and Description |
|---|
LocalizedStringImpl() |
LocalizedStringImpl(Locale locale,
String value,
String charsetName)
Constuctor for a LocalizedString.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
There is a spec ambiguity here as it does not define how equals is determined for LocalizedString
but they are intended to be used in Collections.
|
String |
getCharsetName() |
Locale |
getLocale() |
String |
getValue() |
int |
hashCode() |
void |
setCharsetName(String charsetName) |
void |
setLocale(Locale locale) |
void |
setValue(String value) |
String |
toString() |
public String getCharsetName()
getCharsetName in interface LocalizedStringpublic Locale getLocale()
getLocale in interface LocalizedStringpublic String getValue()
getValue in interface LocalizedStringpublic void setCharsetName(String charsetName)
setCharsetName in interface LocalizedStringpublic void setLocale(Locale locale)
setLocale in interface LocalizedStringpublic void setValue(String value)
setValue in interface LocalizedStringpublic boolean equals(Object o)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.