IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.bc.cm
Class DenoAmount

java.lang.Object
  extended by 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

Constructor Summary
DenoAmount()
           
DenoAmount(java.lang.String type, int unitValue, int number)
           
 
Method Summary
 int getNumber()
           
 java.lang.String getType()
           
 int getUnitValue()
           
 void setNumber(int number)
           
 void setType(java.lang.String type)
          Tells the Amount is in type of Coin or Note.
 void setUnitValue(int unitValue)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DenoAmount

public DenoAmount()

DenoAmount

public DenoAmount(java.lang.String type,
                  int unitValue,
                  int number)
Method Detail

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

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009