|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.centrasite.appl.framework.beans.standard.impl.LocalizedStringImpl
public class LocalizedStringImpl
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 |
---|
public LocalizedStringImpl(javax.xml.registry.infomodel.LocalizedString jaxrLocalizedString)
jaxrLocalizedString
- Method Detail |
---|
public java.lang.String getCharsetName() throws CSAppFrameworkException
getCharsetName
in interface LocalizedString
CSAppFrameworkException
public void setCharsetName(java.lang.String charsetName) throws CSAppFrameworkException
setCharsetName
in interface LocalizedString
charsetName
-
CSAppFrameworkException
public java.util.Locale getLocale() throws CSAppFrameworkException
getLocale
in interface LocalizedString
CSAppFrameworkException
public void setLocale(java.util.Locale locale) throws CSAppFrameworkException
setLocale
in interface LocalizedString
locale
-
CSAppFrameworkException
public java.lang.String getValue() throws CSAppFrameworkException
getValue
in interface LocalizedString
CSAppFrameworkException
public void setValue(java.lang.String value) throws CSAppFrameworkException
setValue
in interface LocalizedString
value
-
CSAppFrameworkException
public javax.xml.registry.infomodel.LocalizedString getJaxrLocalizedString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |