com.ibatis.db.sqlmap.value
Class LongValue

java.lang.Object
  extended bycom.ibatis.db.sqlmap.value.BaseValue
      extended bycom.ibatis.db.sqlmap.value.LongValue

public class LongValue
extends BaseValue


Field Summary
 
Fields inherited from class com.ibatis.db.sqlmap.value.BaseValue
value
 
Constructor Summary
LongValue()
           
LongValue(long value)
           
LongValue(java.lang.Long value)
           
 
Method Summary
 java.lang.Long getValue()
           
 void setValue(java.lang.Long 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

LongValue

public LongValue()

LongValue

public LongValue(java.lang.Long value)

LongValue

public LongValue(long value)
Method Detail

getValue

public java.lang.Long getValue()

setValue

public void setValue(java.lang.Long value)