org.springframework.batch.sample.domain.order.internal.mapper
Class CustomerFieldSetMapper
java.lang.Object
org.springframework.batch.sample.domain.order.internal.mapper.CustomerFieldSetMapper
- All Implemented Interfaces:
- FieldSetMapper<Customer>
public class CustomerFieldSetMapper
- extends Object
- implements FieldSetMapper<Customer>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
CustomerFieldSetMapper
public CustomerFieldSetMapper()
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.