com.raritantechnologies.eCommerceAdmin
Class AdhocFieldMap

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended bycom.raritantechnologies.eCommerceAdmin.AdhocFieldMap
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class AdhocFieldMap
extends java.util.HashMap

Extension of java.util.HashMap that is initialized from a RTI eCommerce Adhoc database.


Developed by Raritan Technologies Inc..

Author:
Alan Connell
See Also:
Serialized Form

Constructor Summary
AdhocFieldMap()
           
AdhocFieldMap(java.lang.String fieldId)
           
 
Method Summary
 java.lang.Object get(java.lang.Object key)
           
 java.lang.String getField(java.lang.String key)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

AdhocFieldMap

public AdhocFieldMap()

AdhocFieldMap

public AdhocFieldMap(java.lang.String fieldId)
Method Detail

getField

public java.lang.String getField(java.lang.String key)

get

public java.lang.Object get(java.lang.Object key)