org.springframework.batch.sample.domain.trade
Class CustomerDebit

java.lang.Object
  extended by org.springframework.batch.sample.domain.trade.CustomerDebit

public class CustomerDebit
extends Object


Constructor Summary
CustomerDebit()
           
 
Method Summary
 boolean equals(Object o)
           
 BigDecimal getDebit()
           
 String getName()
           
 int hashCode()
           
 void setDebit(BigDecimal debit)
           
 void setName(String name)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CustomerDebit

public CustomerDebit()
Method Detail

getDebit

public BigDecimal getDebit()

setDebit

public void setDebit(BigDecimal debit)

getName

public String getName()

setName

public void setName(String name)

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2009 SpringSource. All Rights Reserved.