com.ibm.rfid.premises.app.entities
Class AttributeTable

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable
          extended by com.ibm.rfid.premises.app.entities.AttributeTable
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map

public class AttributeTable
extends java.util.Hashtable

Utility class used by AbstractXmlObject.

See Also:
Serialized Form

Constructor Summary
AttributeTable()
           
 
Method Summary
 java.lang.Object put(java.lang.Object key, java.lang.Object value)
          Puts an object and a key into the AttributeTable
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributeTable

public AttributeTable()
Method Detail

put

public java.lang.Object put(java.lang.Object key,
                            java.lang.Object value)
Puts an object and a key into the AttributeTable

Specified by:
put in interface java.util.Map
Overrides:
put in class java.util.Hashtable
See Also:
Dictionary.put(java.lang.Object, java.lang.Object)


Copyright © 2005 - 2009 IBM Corp. All Rights Reserved.