safejdbc.holder
Class ShortHolder

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

public class ShortHolder
extends java.lang.Object

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


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

Constructor Detail

ShortHolder

public ShortHolder(short value)
Method Detail

getValue

public short getValue()

setValue

public void setValue(short value)

add

public void add(short value)

subtract

public void subtract(short value)


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