IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.bc.cm.model
Class CDTotal

java.lang.Object
  extended by com.ibm.btt.bc.cm.model.CDTotal
All Implemented Interfaces:
java.io.Serializable

public class CDTotal
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
CDTotal()
           
 
Method Summary
 java.math.BigDecimal getAmount()
           
 int getCount()
           
 java.lang.String getTotalType()
           
 void setAmount(java.math.BigDecimal amount)
           
 void setCount(int count)
           
 void setTotalType(java.lang.String totalType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CDTotal

public CDTotal()
Method Detail

getTotalType

public java.lang.String getTotalType()

setTotalType

public void setTotalType(java.lang.String totalType)

getAmount

public java.math.BigDecimal getAmount()

setAmount

public void setAmount(java.math.BigDecimal amount)

getCount

public int getCount()

setCount

public void setCount(int count)

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2010