org.springframework.batch.sample.domain.trade.internal
Class TradeFieldSetMapper
java.lang.Object
org.springframework.batch.sample.domain.trade.internal.TradeFieldSetMapper
- All Implemented Interfaces:
- FieldSetMapper<Trade>
public class TradeFieldSetMapper
- extends Object
- implements FieldSetMapper<Trade>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
TradeFieldSetMapper
public TradeFieldSetMapper()
mapFieldSet
public Trade mapFieldSet(FieldSet fieldSet)
- Description copied from interface:
FieldSetMapper
- Method used to map data obtained from a
FieldSet
into an object.
- Specified by:
mapFieldSet
in interface FieldSetMapper<Trade>
- Parameters:
fieldSet
- the FieldSet
to map
Copyright © 2009 SpringSource. All Rights Reserved.