org.springframework.batch.sample.domain.order.internal.mapper
Class HeaderFieldSetMapper

java.lang.Object
  extended by org.springframework.batch.sample.domain.order.internal.mapper.HeaderFieldSetMapper
All Implemented Interfaces:
FieldSetMapper<Order>

public class HeaderFieldSetMapper
extends Object
implements FieldSetMapper<Order>


Field Summary
static String ORDER_DATE_COLUMN
           
static String ORDER_ID_COLUMN
           
 
Constructor Summary
HeaderFieldSetMapper()
           
 
Method Summary
 Order mapFieldSet(FieldSet fieldSet)
          Method used to map data obtained from a FieldSet into an object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ORDER_ID_COLUMN

public static final String ORDER_ID_COLUMN
See Also:
Constant Field Values

ORDER_DATE_COLUMN

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

HeaderFieldSetMapper

public HeaderFieldSetMapper()
Method Detail

mapFieldSet

public Order 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<Order>
Parameters:
fieldSet - the FieldSet to map


Copyright © 2009 SpringSource. All Rights Reserved.