|
|||||||||
| Home >> All >> safejdbc >> [ holder overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
safejdbc.holder
Class ShortHolder

java.lang.Objectsafejdbc.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.
| Field Summary | |
private short |
_value
|
| 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 |
| Field Detail |
_value
private short _value
| 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)
|
|||||||||
| Home >> All >> safejdbc >> [ holder overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
safejdbc.holder.ShortHolder