org.copperengine.monitoring.example.adapter
Class Bill

java.lang.Object
  extended by org.copperengine.monitoring.example.adapter.Bill
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
Bill()
           
Bill(java.math.BigDecimal totalAmount)
           
 
Method Summary
 java.math.BigDecimal getTotalAmount()
           
 void setTotalAmount(java.math.BigDecimal totalAmount)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Bill

public Bill(java.math.BigDecimal totalAmount)

Bill

public Bill()
Method Detail

getTotalAmount

public java.math.BigDecimal getTotalAmount()

setTotalAmount

public void setTotalAmount(java.math.BigDecimal totalAmount)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object