erland.util
Class ObjectStorageParameterStorage

java.lang.Object
  extended by erland.util.ObjectStorageParameterStorage
All Implemented Interfaces:
ObjectStorageInterface

public class ObjectStorageParameterStorage
extends Object
implements ObjectStorageInterface


Constructor Summary
ObjectStorageParameterStorage(ParameterValueStorageInterface parameterStorage)
           
 
Method Summary
 void delete(String name)
          Delete a object
 Object get(String name)
          Get a object
 void set(String name, Object value)
          Set a object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectStorageParameterStorage

public ObjectStorageParameterStorage(ParameterValueStorageInterface parameterStorage)
Method Detail

get

public Object get(String name)
Description copied from interface: ObjectStorageInterface
Get a object

Specified by:
get in interface ObjectStorageInterface
Parameters:
name - The name of the bject
Returns:
The object, will be null if the parameter does not exist

set

public void set(String name,
                Object value)
Description copied from interface: ObjectStorageInterface
Set a object

Specified by:
set in interface ObjectStorageInterface
Parameters:
name - The name of the object
value - The object

delete

public void delete(String name)
Description copied from interface: ObjectStorageInterface
Delete a object

Specified by:
delete in interface ObjectStorageInterface
Parameters:
name - The name of the object


Copyright © 2003-2005 Erland Isaksson. All Rights Reserved.