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

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

public class CustomerFieldSetMapper
extends Object
implements FieldSetMapper<Customer>


Field Summary
static String COMPANY_NAME_COLUMN
           
static String FIRST_NAME_COLUMN
           
static String LAST_NAME_COLUMN
           
static String LINE_ID_COLUMN
           
static String MIDDLE_NAME_COLUMN
           
static String REG_ID_COLUMN
           
static String REGISTERED_COLUMN
           
static String TRUE_SYMBOL
           
static String VIP_COLUMN
           
 
Constructor Summary
CustomerFieldSetMapper()
           
 
Method Summary
 Customer 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

LINE_ID_COLUMN

public static final String LINE_ID_COLUMN
See Also:
Constant Field Values

COMPANY_NAME_COLUMN

public static final String COMPANY_NAME_COLUMN
See Also:
Constant Field Values

LAST_NAME_COLUMN

public static final String LAST_NAME_COLUMN
See Also:
Constant Field Values

FIRST_NAME_COLUMN

public static final String FIRST_NAME_COLUMN
See Also:
Constant Field Values

MIDDLE_NAME_COLUMN

public static final String MIDDLE_NAME_COLUMN
See Also:
Constant Field Values

TRUE_SYMBOL

public static final String TRUE_SYMBOL
See Also:
Constant Field Values

REGISTERED_COLUMN

public static final String REGISTERED_COLUMN
See Also:
Constant Field Values

REG_ID_COLUMN

public static final String REG_ID_COLUMN
See Also:
Constant Field Values

VIP_COLUMN

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

CustomerFieldSetMapper

public CustomerFieldSetMapper()
Method Detail

mapFieldSet

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


Copyright © 2009 SpringSource. All Rights Reserved.