Package org.kapott.hbci.structures
Class BigDecimalValue
java.lang.Object
org.kapott.hbci.structures.BigDecimalValue
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TypedValue
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBigDecimalValue(long value, int scale, String curr) BigDecimalValue(long value, String curr) BigDecimalValue(String value, String curr) BigDecimalValue(BigDecimal value, String curr) -
Method Summary
Modifier and TypeMethodDescriptiongetCurr()getValue()voidvoidsetValue(BigDecimal value) toString()