org.springframework.batch.sample.domain.trade.internal
Class TradeRowMapper

java.lang.Object
  extended by org.springframework.batch.sample.domain.trade.internal.TradeRowMapper
All Implemented Interfaces:
RowMapper

public class TradeRowMapper
extends Object
implements RowMapper


Field Summary
static int CUSTOMER_COLUMN
           
static int ISIN_COLUMN
           
static int PRICE_COLUMN
           
static int QUANTITY_COLUMN
           
 
Constructor Summary
TradeRowMapper()
           
 
Method Summary
 Object mapRow(ResultSet rs, int rowNum)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ISIN_COLUMN

public static final int ISIN_COLUMN
See Also:
Constant Field Values

QUANTITY_COLUMN

public static final int QUANTITY_COLUMN
See Also:
Constant Field Values

PRICE_COLUMN

public static final int PRICE_COLUMN
See Also:
Constant Field Values

CUSTOMER_COLUMN

public static final int CUSTOMER_COLUMN
See Also:
Constant Field Values
Constructor Detail

TradeRowMapper

public TradeRowMapper()
Method Detail

mapRow

public Object mapRow(ResultSet rs,
                     int rowNum)
              throws SQLException
Specified by:
mapRow in interface RowMapper
Throws:
SQLException


Copyright © 2009 SpringSource. All Rights Reserved.