safejdbc.holder
Class ObjectHolder

java.lang.Object
  |
  +--safejdbc.holder.ObjectHolder

public class ObjectHolder
extends java.lang.Object

This class is designed to hold an object. It is useful to pass an object into and out of a code block such as a ResultSetProcessor or a FillingCommand. For an overview see the package overview.


Constructor Summary
ObjectHolder(java.lang.Object value)
           
 
Method Summary
 java.lang.Object getValue()
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectHolder

public ObjectHolder(java.lang.Object value)
Method Detail

getValue

public java.lang.Object getValue()

setValue

public void setValue(java.lang.Object value)


Copyright (c) 2001, 2002 by Jan Hermanns and Arno Haase. All Rights Reserved.