Package org.kapott.hbci.structures
Class BigDecimalValue
- java.lang.Object
-
- org.kapott.hbci.structures.BigDecimalValue
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TypedValue
public class BigDecimalValue extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BigDecimalValue(long value, int scale, String curr)BigDecimalValue(long value, String curr)BigDecimalValue(String value, String curr)BigDecimalValue(BigDecimal value, String curr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCurr()BigDecimalgetValue()voidsetCurr(String curr)voidsetValue(BigDecimal value)StringtoString()
-
-
-
Method Detail
-
getValue
public BigDecimal getValue()
-
setValue
public void setValue(BigDecimal value)
-
getCurr
public String getCurr()
-
setCurr
public void setCurr(String curr)
-
-