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

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

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

Methods in org.springframework.batch.sample.domain.order that return Address
 Address Order.getBillingAddress()
           
 Address Order.getShippingAddress()
           
 

Methods in org.springframework.batch.sample.domain.order with parameters of type Address
 void Order.setBillingAddress(Address billingAddress)
           
 void Order.setShippingAddress(Address shippingAddress)
           
 

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

Method parameters in org.springframework.batch.sample.domain.order.internal with type arguments of type Address
 void OrderItemReader.setAddressMapper(FieldSetMapper<Address> addressMapper)
           
 

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

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

Uses of Address in org.springframework.batch.sample.domain.person
 

Methods in org.springframework.batch.sample.domain.person that return Address
 Address Person.getAddress()
           
 

Methods in org.springframework.batch.sample.domain.person with parameters of type Address
 void Person.setAddress(Address address)
           
 



Copyright © 2009 SpringSource. All Rights Reserved.