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

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

public class CustomerCreditRowMapper
extends Object
implements RowMapper


Field Summary
static String CREDIT_COLUMN
           
static String ID_COLUMN
           
static String NAME_COLUMN
           
 
Constructor Summary
CustomerCreditRowMapper()
           
 
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

ID_COLUMN

public static final String ID_COLUMN
See Also:
Constant Field Values

NAME_COLUMN

public static final String NAME_COLUMN
See Also:
Constant Field Values

CREDIT_COLUMN

public static final String CREDIT_COLUMN
See Also:
Constant Field Values
Constructor Detail

CustomerCreditRowMapper

public CustomerCreditRowMapper()
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.