Package org.kapott.hbci.structures
Class TypedValue
- java.lang.Object
-
- org.kapott.hbci.structures.BigDecimalValue
-
- org.kapott.hbci.structures.TypedValue
-
- All Implemented Interfaces:
java.io.Serializable
public class TypedValue extends BigDecimalValue
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
TYPE_PROZENT
static int
TYPE_STCK
static int
TYPE_WERT
-
Constructor Summary
Constructors Constructor Description TypedValue(java.lang.String value, java.lang.String curr, int type)
TypedValue(java.math.BigDecimal value, java.lang.String curr, int type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getType()
java.lang.String
toString()
-
Methods inherited from class org.kapott.hbci.structures.BigDecimalValue
getCurr, getValue, setCurr, setValue
-
-
-
-
Field Detail
-
TYPE_STCK
public static final int TYPE_STCK
- See Also:
- Constant Field Values
-
TYPE_WERT
public static final int TYPE_WERT
- See Also:
- Constant Field Values
-
TYPE_PROZENT
public static final int TYPE_PROZENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
public int getType()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classBigDecimalValue
-
-