com.ibatis.db.sqlmap.value
Class ByteValue

java.lang.Object
  extended by com.ibatis.db.sqlmap.value.BaseValue
      extended by com.ibatis.db.sqlmap.value.ByteValue

public class ByteValue
extends BaseValue


Field Summary
 
Fields inherited from class com.ibatis.db.sqlmap.value.BaseValue
value
 
Constructor Summary
ByteValue()
           
ByteValue(byte value)
           
ByteValue(java.lang.Byte value)
           
 
Method Summary
 java.lang.Byte getValue()
           
 void setValue(java.lang.Byte value)
           
 
Methods inherited from class com.ibatis.db.sqlmap.value.BaseValue
equals, getKey, getResult, hashCode, setKey, setResult, setVal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteValue

public ByteValue()

ByteValue

public ByteValue(java.lang.Byte value)

ByteValue

public ByteValue(byte value)
Method Detail

getValue

public java.lang.Byte getValue()

setValue

public void setValue(java.lang.Byte value)