com.mf.roundhouse.portal.domain
Class TranslatedStringElement

java.lang.Object
  extended byKennewickObject
      extended bycom.mf.roundhouse.core.domain.RoundhouseObject
          extended bycom.mf.roundhouse.portal.domain.TranslatedStringElement
All Implemented Interfaces:
java.io.Serializable

public class TranslatedStringElement
extends RoundhouseObject

See Also:
Serialized Form

Field Summary
static java.lang.String LOCALE
           
static java.lang.String PARENT_STRING_ID
           
static java.lang.String VALUE
           
 
Constructor Summary
TranslatedStringElement()
           
TranslatedStringElement(ObjectIdentifier anId)
           
 
Method Summary
 java.lang.String getLocale()
           
 ObjectIdentifier getParentStringId()
           
 java.lang.String getValue()
           
 void setLocale(java.lang.String string)
           
 void setParentStringId(ObjectIdentifier identifier)
           
 void setValue(java.lang.String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOCALE

public static final java.lang.String LOCALE
See Also:
Constant Field Values

VALUE

public static final java.lang.String VALUE
See Also:
Constant Field Values

PARENT_STRING_ID

public static final java.lang.String PARENT_STRING_ID
See Also:
Constant Field Values
Constructor Detail

TranslatedStringElement

public TranslatedStringElement(ObjectIdentifier anId)
                        throws java.lang.Exception
Parameters:
anId -
Throws:
java.lang.Exception

TranslatedStringElement

public TranslatedStringElement()
Method Detail

getLocale

public java.lang.String getLocale()

getValue

public java.lang.String getValue()

setLocale

public void setLocale(java.lang.String string)
Parameters:
string -

setValue

public void setValue(java.lang.String string)
Parameters:
string -

getParentStringId

public ObjectIdentifier getParentStringId()

setParentStringId

public void setParentStringId(ObjectIdentifier identifier)
Parameters:
identifier -


Copyright © 2004 Media Fortress, LLC. Licensed for commercial use under the Apache 2.0 License.