oajava.sql
Class xo_short

java.lang.Object
  |
  +--oajava.sql.xo_short

public class xo_short
extends java.lang.Object

This class is basically allow IP writer to hold/change short type value.


Constructor Summary
xo_short()
          Intialize the object with zero value.
xo_short(short Val)
          Intialize the object with specified value.
 
Method Summary
 short getVal()
          Get the integer value.
 void setVal(short Val)
          Set the short value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

xo_short

public xo_short()
Intialize the object with zero value.

xo_short

public xo_short(short Val)
Intialize the object with specified value.
Method Detail

getVal

public short getVal()
Get the integer value.

Returns:
The short value.

setVal

public void setVal(short Val)
Set the short value.

Parameters:
Val - The short value.