com.softwareag.centrasite.appl.framework.beans.standard
Interface LocalizedString

All Known Implementing Classes:
LocalizedStringImpl

public interface LocalizedString


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()
                                throws CSAppFrameworkException
Gets the canonical name for the charset for this object.

Returns:
String
Throws:
CSAppFrameworkException

setCharsetName

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

Parameters:
charsetName -
Throws:
CSAppFrameworkException

getLocale

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

Returns:
Locale
Throws:
CSAppFrameworkException

setLocale

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

Parameters:
locale -
Throws:
CSAppFrameworkException

getValue

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

Returns:
String
Throws:
CSAppFrameworkException

setValue

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

Parameters:
value -
Throws:
CSAppFrameworkException