Uses of Class
org.springframework.batch.sample.domain.order.internal.xml.Customer

Packages that use Customer
org.springframework.batch.sample.domain.order.internal.xml   
 

Uses of Customer in org.springframework.batch.sample.domain.order.internal.xml
 

Methods in org.springframework.batch.sample.domain.order.internal.xml that return Customer
 Customer Order.getCustomer()
           
 

Methods in org.springframework.batch.sample.domain.order.internal.xml with parameters of type Customer
 void Order.setCustomer(Customer customer)
           
 



Copyright © 2009 SpringSource. All Rights Reserved.