|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibatis.db.sqlmap.value.BaseValue
com.ibatis.db.sqlmap.value.BigDecimalValue
public class BigDecimalValue
Field Summary |
---|
Fields inherited from class com.ibatis.db.sqlmap.value.BaseValue |
---|
value |
Constructor Summary | |
---|---|
BigDecimalValue()
|
|
BigDecimalValue(java.math.BigDecimal value)
|
Method Summary | |
---|---|
java.math.BigDecimal |
getValue()
|
void |
setValue(java.math.BigDecimal 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 |
---|
public BigDecimalValue()
public BigDecimalValue(java.math.BigDecimal value)
Method Detail |
---|
public java.math.BigDecimal getValue()
public void setValue(java.math.BigDecimal value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |