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

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

public class CustomerUpdateFieldSetMapper
extends Object
implements org.springframework.batch.item.file.mapping.FieldSetMapper<CustomerUpdate>

FieldSetMapper for mapping to a CustomerUpdate.

Author:
Lucas Ward

Constructor Summary
CustomerUpdateFieldSetMapper()
           
 
Method Summary
 CustomerUpdate mapFieldSet(org.springframework.batch.item.file.transform.FieldSet fs)
           
 
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(org.springframework.batch.item.file.transform.FieldSet fs)
Specified by:
mapFieldSet in interface org.springframework.batch.item.file.mapping.FieldSetMapper<CustomerUpdate>


Copyright © 2013. All Rights Reserved.