oajava.sql
Class xo_int

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

public class xo_int
extends java.lang.Object

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


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

Constructor Detail

xo_int

public xo_int()
Intialize the object with zero value.

xo_int

public xo_int(int Val)
Intialize the object with specified value.
Method Detail

getVal

public int getVal()
Get the integer value.

Returns:
The integer value.

setVal

public void setVal(int Val)
Set the integer value.

Parameters:
Val - The integer value.