com.intel.gpe.gridbeans
Class DefaultGridBeanModel

java.lang.Object
  extended by com.intel.gpe.gridbeans.DefaultGridBeanModel
All Implemented Interfaces:
IGridBeanModel, java.io.Serializable
Direct Known Subclasses:
AbstractGridBean

public class DefaultGridBeanModel
extends java.lang.Object
implements IGridBeanModel, java.io.Serializable

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

Version:
$Id: DefaultGridBeanModel.java,v 1.6 2006/05/15 08:27:01 vashorin Exp $
Author:
Alexander Lukichev
See Also:
IGridBeanModel, Serialized Form

Constructor Summary
DefaultGridBeanModel()
           
 
Method Summary
 java.lang.Object get(javax.xml.namespace.QName key)
          Get the value
 java.util.Set<javax.xml.namespace.QName> 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<javax.xml.namespace.QName> 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


Copyright © 2008. All Rights Reserved.