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

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

public class ShippingFieldSetMapper
extends Object
implements FieldSetMapper<ShippingInfo>


Field Summary
static String ADDITIONAL_SHIPPING_INFO_COLUMN
           
static String SHIPPER_ID_COLUMN
           
static String SHIPPING_TYPE_ID_COLUMN
           
 
Constructor Summary
ShippingFieldSetMapper()
           
 
Method Summary
 ShippingInfo 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

ADDITIONAL_SHIPPING_INFO_COLUMN

public static final String ADDITIONAL_SHIPPING_INFO_COLUMN
See Also:
Constant Field Values

SHIPPING_TYPE_ID_COLUMN

public static final String SHIPPING_TYPE_ID_COLUMN
See Also:
Constant Field Values

SHIPPER_ID_COLUMN

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

ShippingFieldSetMapper

public ShippingFieldSetMapper()
Method Detail

mapFieldSet

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


Copyright © 2009 SpringSource. All Rights Reserved.