com.ibm.btt.bc.cm
Class DenoAmount
java.lang.Object
com.ibm.btt.bc.cm.DenoAmount
- All Implemented Interfaces:
- java.io.Serializable
public class DenoAmount
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DenoAmount
public DenoAmount()
DenoAmount
public DenoAmount(java.lang.String type,
int unitValue,
int number)
getNumber
public int getNumber()
setNumber
public void setNumber(int number)
getType
public java.lang.String getType()
setType
public void setType(java.lang.String type)
- Tells the Amount is in type of Coin or Note. Available values are "Coin",
"C", "Note" or "N"
- Parameters:
type
-
getUnitValue
public int getUnitValue()
setUnitValue
public void setUnitValue(int unitValue)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
(c) Copyright IBM Corporation 1998, 2011