Ontimize 5.2072EN

com.ontimize.gui.i18n
Class DatabaseBundleValues.BundleValue

java.lang.Object
  extended bycom.ontimize.gui.i18n.DatabaseBundleValues.BundleValue
All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable
Enclosing class:
DatabaseBundleValues

public static class DatabaseBundleValues.BundleValue
extends java.lang.Object
implements java.lang.Comparable, java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  java.lang.String bundleClassName
           
protected  java.lang.String textKey
           
protected  java.util.Hashtable translationValues
           
 
Constructor Summary
DatabaseBundleValues.BundleValue(java.lang.String textKey, java.lang.String bundleName, java.util.Hashtable tranlationValues)
           
 
Method Summary
 int compareTo(java.lang.Object o)
          Compares this object with the specified object for order.
 java.lang.String getBundleClassName()
           
 java.lang.String getTextKey()
           
 java.util.Hashtable getTranslationValues()
           
 boolean sameBundleValue(DatabaseBundleValues.BundleValue obj)
           
 void setBundleClassName(java.lang.String bundleClassName)
           
 void setTextKey(java.lang.String textKey)
           
 void setTranslationValues(java.util.Hashtable translationValues)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textKey

protected java.lang.String textKey

bundleClassName

protected java.lang.String bundleClassName

translationValues

protected java.util.Hashtable translationValues
Constructor Detail

DatabaseBundleValues.BundleValue

public DatabaseBundleValues.BundleValue(java.lang.String textKey,
                                        java.lang.String bundleName,
                                        java.util.Hashtable tranlationValues)
Method Detail

getTextKey

public java.lang.String getTextKey()

setTextKey

public void setTextKey(java.lang.String textKey)

getBundleClassName

public java.lang.String getBundleClassName()

setBundleClassName

public void setBundleClassName(java.lang.String bundleClassName)

getTranslationValues

public java.util.Hashtable getTranslationValues()

setTranslationValues

public void setTranslationValues(java.util.Hashtable translationValues)

sameBundleValue

public boolean sameBundleValue(DatabaseBundleValues.BundleValue obj)

compareTo

public int compareTo(java.lang.Object o)
Compares this object with the specified object for order. Returns a negative integer, zero, or a positive integer as this object is less than, equal to, or greater than the specified object.

Specified by:
compareTo in interface java.lang.Comparable

Ontimize