com.softwareag.centrasite.appl.framework.beans.standard.impl
Class LocalizedStringImpl

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.beans.standard.impl.LocalizedStringImpl
All Implemented Interfaces:
LocalizedString

public class LocalizedStringImpl
extends java.lang.Object
implements LocalizedString


Constructor Summary
LocalizedStringImpl(javax.xml.registry.infomodel.LocalizedString jaxrLocalizedString)
          Constructor
 
Method Summary
 java.lang.String getCharsetName()
          Gets the canonical name for the charset for this object.
 javax.xml.registry.infomodel.LocalizedString getJaxrLocalizedString()
          Get the the javax.xml.registry.infomodel.LocalizedString instance wrapped by 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalizedStringImpl

public LocalizedStringImpl(javax.xml.registry.infomodel.LocalizedString jaxrLocalizedString)
Constructor

Parameters:
jaxrLocalizedString -
Method Detail

getCharsetName

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

Specified by:
getCharsetName in interface LocalizedString
Returns:
String
Throws:
CSAppFrameworkException

setCharsetName

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

Specified by:
setCharsetName in interface LocalizedString
Parameters:
charsetName -
Throws:
CSAppFrameworkException

getLocale

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

Specified by:
getLocale in interface LocalizedString
Returns:
Locale
Throws:
CSAppFrameworkException

setLocale

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

Specified by:
setLocale in interface LocalizedString
Parameters:
locale -
Throws:
CSAppFrameworkException

getValue

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

Specified by:
getValue in interface LocalizedString
Returns:
String
Throws:
CSAppFrameworkException

setValue

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

Specified by:
setValue in interface LocalizedString
Parameters:
value -
Throws:
CSAppFrameworkException

getJaxrLocalizedString

public javax.xml.registry.infomodel.LocalizedString getJaxrLocalizedString()
Get the the javax.xml.registry.infomodel.LocalizedString instance wrapped by this object

Returns:
javax.xml.registry.infomodel.LocalizedString