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

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

public class BillingFieldSetMapper
extends Object
implements FieldSetMapper<BillingInfo>


Field Summary
static String PAYMENT_DESC_COLUMN
           
static String PAYMENT_TYPE_ID_COLUMN
           
 
Constructor Summary
BillingFieldSetMapper()
           
 
Method Summary
 BillingInfo 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

PAYMENT_TYPE_ID_COLUMN

public static final String PAYMENT_TYPE_ID_COLUMN
See Also:
Constant Field Values

PAYMENT_DESC_COLUMN

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

BillingFieldSetMapper

public BillingFieldSetMapper()
Method Detail

mapFieldSet

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


Copyright © 2009 SpringSource. All Rights Reserved.