com.intel.gpe.gridbeans
Class DefaultGridBeanModel

java.lang.Object
  extended by com.intel.gpe.gridbeans.DefaultGridBeanModel
All Implemented Interfaces:
IGridBeanModel

public class DefaultGridBeanModel
extends java.lang.Object
implements IGridBeanModel

The default implementation of IGridBeanModel. Values are stored in a HashMap.

Version:
$Id: DefaultGridBeanModel.java,v 1.3 2005/12/07 12:12:42 lukichev Exp $
Author:
Alexander Lukichev
See Also:
IGridBeanModel

Constructor Summary
DefaultGridBeanModel()
           
 
Method Summary
 java.lang.Object get(javax.xml.namespace.QName key)
          Get the value
 java.util.Set keySet()
          Get the set of value names.
 void set(javax.xml.namespace.QName key, java.lang.Object value)
          Set the value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultGridBeanModel

public DefaultGridBeanModel()
Method Detail

get

public java.lang.Object get(javax.xml.namespace.QName key)
Description copied from interface: IGridBeanModel
Get the value

Specified by:
get in interface IGridBeanModel
Parameters:
key - The name of the value
Returns:
The value

set

public void set(javax.xml.namespace.QName key,
                java.lang.Object value)
Description copied from interface: IGridBeanModel
Set the value

Specified by:
set in interface IGridBeanModel
Parameters:
key - The name of the value
value - The value

keySet

public java.util.Set keySet()
Description copied from interface: IGridBeanModel
Get the set of value names.

Specified by:
keySet in interface IGridBeanModel
Returns:
The set of the value names