Uses of Class
org.springframework.batch.sample.domain.order.ShippingInfo

Packages that use ShippingInfo
org.springframework.batch.sample.domain.order   
org.springframework.batch.sample.domain.order.internal   
org.springframework.batch.sample.domain.order.internal.mapper   
 

Uses of ShippingInfo in org.springframework.batch.sample.domain.order
 

Methods in org.springframework.batch.sample.domain.order that return ShippingInfo
 ShippingInfo Order.getShipping()
           
 

Methods in org.springframework.batch.sample.domain.order with parameters of type ShippingInfo
 void Order.setShipping(ShippingInfo shipping)
           
 

Uses of ShippingInfo in org.springframework.batch.sample.domain.order.internal
 

Method parameters in org.springframework.batch.sample.domain.order.internal with type arguments of type ShippingInfo
 void OrderItemReader.setShippingMapper(FieldSetMapper<ShippingInfo> shippingMapper)
           
 

Uses of ShippingInfo in org.springframework.batch.sample.domain.order.internal.mapper
 

Methods in org.springframework.batch.sample.domain.order.internal.mapper that return ShippingInfo
 ShippingInfo ShippingFieldSetMapper.mapFieldSet(FieldSet fieldSet)
           
 



Copyright © 2009 SpringSource. All Rights Reserved.