org.springframework.batch.repeat.support
Class Trade

java.lang.Object
  extended by org.springframework.batch.repeat.support.Trade

public class Trade
extends Object

Author:
Rob Harrop

Method Summary
 String getIsin()
           
 BigDecimal getPrice()
           
 long getQuantity()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getIsin

public String getIsin()

getPrice

public BigDecimal getPrice()

getQuantity

public long getQuantity()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008 SpringSource. All Rights Reserved.