|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CentraSiteLocalizedString
This interface is used as a simple wrapper interface that associates a String
with its Locale.
The interface is needed in the CentraSiteInternationalString
interface
where a Collection of CentraSiteLocalizedString instances are kept. Each
CentraSiteLocalizedString instance has a Locale and a String instance.
Method Summary | |
---|---|
java.lang.String |
getCharsetName()
Gets the canonical name for the charset for 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 for 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 |
Method Detail |
---|
java.lang.String getCharsetName()
java.util.Locale getLocale()
java.lang.String getValue()
void setCharsetName(java.lang.String charsetName)
charsetName
- void setLocale(java.util.Locale locale)
locale
- void setValue(java.lang.String value)
value
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |