org.springframework.batch.sample.domain.trade
Class CustomerUpdateFieldSetMapper

java.lang.Object
  extended by org.springframework.batch.sample.domain.trade.CustomerUpdateFieldSetMapper
All Implemented Interfaces:
FieldSetMapper<CustomerUpdate>

public class CustomerUpdateFieldSetMapper
extends Object
implements FieldSetMapper<CustomerUpdate>

FieldSetMapper for mapping to a CustomerUpdate.

Author:
Lucas Ward

Constructor Summary
CustomerUpdateFieldSetMapper()
           
 
Method Summary
 CustomerUpdate mapFieldSet(FieldSet fs)
          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
 

Constructor Detail

CustomerUpdateFieldSetMapper

public CustomerUpdateFieldSetMapper()
Method Detail

mapFieldSet

public CustomerUpdate mapFieldSet(FieldSet fs)
Description copied from interface: FieldSetMapper
Method used to map data obtained from a FieldSet into an object.

Specified by:
mapFieldSet in interface FieldSetMapper<CustomerUpdate>
Parameters:
fs - the FieldSet to map


Copyright © 2009 SpringSource. All Rights Reserved.