de.folt.models.datamodel
Class DataSourceProperties

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<K,V>
          extended by de.folt.util.ObservableHashtable<java.lang.String,java.lang.Object>
              extended by de.folt.models.datamodel.DataSourceProperties
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.Object>

public class DataSourceProperties
extends ObservableHashtable<java.lang.String,java.lang.Object>

This class implements the methods to access the main DataModelProperties

Author:
klemens
See Also:
Serialized Form

Constructor Summary
DataSourceProperties()
           
 
Method Summary
 void copyHashtable(java.util.Hashtable<java.lang.String,java.lang.Object> message)
          copyHashtable copy the contents of a Hashtable to the DataSourceProperties
 java.lang.Object getDataSourceProperty(java.lang.String key)
          getDataModelProperty
 void setDataSourceProperty(java.lang.String key, java.lang.Object value)
          setDataModelProperty
 
Methods inherited from class de.folt.util.ObservableHashtable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, isChanged, notifyObservers, notifyObservers, put, remove, setChanged
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, putAll, size, toString, values
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataSourceProperties

public DataSourceProperties()
Method Detail

copyHashtable

public void copyHashtable(java.util.Hashtable<java.lang.String,java.lang.Object> message)
copyHashtable copy the contents of a Hashtable to the DataSourceProperties

Parameters:
message - the hashtable to copy

getDataSourceProperty

public java.lang.Object getDataSourceProperty(java.lang.String key)
getDataModelProperty

Parameters:
key -
Returns:
the object associated with the key

setDataSourceProperty

public void setDataSourceProperty(java.lang.String key,
                                  java.lang.Object value)
setDataModelProperty

Parameters:
key -
value -