org.springframework.batch.sample.domain.football.internal
Class GameFieldSetMapper

java.lang.Object
  extended by org.springframework.batch.sample.domain.football.internal.GameFieldSetMapper
All Implemented Interfaces:
FieldSetMapper<Game>

public class GameFieldSetMapper
extends Object
implements FieldSetMapper<Game>


Constructor Summary
GameFieldSetMapper()
           
 
Method Summary
 Game 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

GameFieldSetMapper

public GameFieldSetMapper()
Method Detail

mapFieldSet

public Game 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<Game>
Parameters:
fs - the FieldSet to map


Copyright © 2009 SpringSource. All Rights Reserved.