com.softwareag.centrasite.appl.framework.data
Class IntString

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.data.IntString

public class IntString
extends java.lang.Object

Representation of an international string.


Constructor Summary
IntString()
           
 
Method Summary
 java.lang.String getValue()
          Returns the strings value for the default locale.
 java.lang.String getValue(java.util.Locale pLocale)
          Returns the strings value for the given locale.
static IntString newInstance(javax.xml.registry.infomodel.InternationalString pString, boolean pModifiable, java.util.Locale defaultLocale)
          Creates a new instance with the given international strings values.
 void setValue(java.lang.String pValue)
          Sets the strings value for the default locale.
 void setValue(java.lang.String pValue, java.util.Locale pLocale)
          Sets the strings value for the given locale.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntString

public IntString()
Method Detail

getValue

public java.lang.String getValue()
Returns the strings value for the default locale.


getValue

public java.lang.String getValue(java.util.Locale pLocale)
Returns the strings value for the given locale.


setValue

public void setValue(java.lang.String pValue)
Sets the strings value for the default locale.


setValue

public void setValue(java.lang.String pValue,
                     java.util.Locale pLocale)
Sets the strings value for the given locale.


newInstance

public static IntString newInstance(javax.xml.registry.infomodel.InternationalString pString,
                                    boolean pModifiable,
                                    java.util.Locale defaultLocale)
                             throws javax.xml.registry.JAXRException
Creates a new instance with the given international strings values.

Throws:
javax.xml.registry.JAXRException