com.softwareag.centrasite.api.csom
Interface CentraSiteLocalizedString


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

getCharsetName

java.lang.String getCharsetName()
Gets the canonical name for the charset for this object

Returns:
the canonical name for the charset for this object

getLocale

java.util.Locale getLocale()
Get the Locale for this object.

Returns:
Locale for this object.

getValue

java.lang.String getValue()
Get the String value for this object.

Returns:
String value for this object.

setCharsetName

void setCharsetName(java.lang.String charsetName)
Set the canonical name for the charset for this object.

Parameters:
charsetName -

setLocale

void setLocale(java.util.Locale locale)
Set the Locale for this object.

Parameters:
locale -

setValue

void setValue(java.lang.String value)
Set the String value for the specified object

Parameters:
value -