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

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

public class AddressFieldSetMapper
extends Object
implements FieldSetMapper<Address>


Field Summary
static String ADDRESS_LINE1_COLUMN
           
static String ADDRESS_LINE2_COLUMN
           
static String ADDRESSEE_COLUMN
           
static String CITY_COLUMN
           
static String COUNTRY_COLUMN
           
static String STATE_COLUMN
           
static String ZIP_CODE_COLUMN
           
 
Constructor Summary
AddressFieldSetMapper()
           
 
Method Summary
 Address 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

ADDRESSEE_COLUMN

public static final String ADDRESSEE_COLUMN
See Also:
Constant Field Values

ADDRESS_LINE1_COLUMN

public static final String ADDRESS_LINE1_COLUMN
See Also:
Constant Field Values

ADDRESS_LINE2_COLUMN

public static final String ADDRESS_LINE2_COLUMN
See Also:
Constant Field Values

CITY_COLUMN

public static final String CITY_COLUMN
See Also:
Constant Field Values

ZIP_CODE_COLUMN

public static final String ZIP_CODE_COLUMN
See Also:
Constant Field Values

STATE_COLUMN

public static final String STATE_COLUMN
See Also:
Constant Field Values

COUNTRY_COLUMN

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

AddressFieldSetMapper

public AddressFieldSetMapper()
Method Detail

mapFieldSet

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


Copyright © 2009 SpringSource. All Rights Reserved.