public interface CentraSiteLocalizedString
CentraSiteInternationalString
interface
where a Collection of CentraSiteLocalizedString instances are kept. Each
CentraSiteLocalizedString instance has a Locale and a String instance.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCharsetName()
Gets the canonical name for the charset of this object.
|
java.util.Locale |
getLocale()
Get the Locale for this object.
|
java.lang.String |
getValue()
Get the String value for this object.
|
void |
setCharsetName(java.lang.String charsetName)
Set the canonical name for the charset of this object.
|
void |
setLocale(java.util.Locale locale)
Set the Locale for this object.
|
void |
setValue(java.lang.String value)
Set the String value for the specified object.
|
java.lang.String getCharsetName()
java.util.Locale getLocale()
Locale
for this object.java.lang.String getValue()
void setCharsetName(java.lang.String charsetName)
charsetName
- The charset name to setvoid setLocale(java.util.Locale locale)
locale
- The Locale
value to setvoid setValue(java.lang.String value)
value
- The string value to set