Uses of Class
com.ibm.websphere.samples.pbw.jpa.OrderItem

Packages that use OrderItem
com.ibm.websphere.samples.pbw.jpa   
 

Uses of OrderItem in com.ibm.websphere.samples.pbw.jpa
 

Methods in com.ibm.websphere.samples.pbw.jpa that return types with arguments of type OrderItem
 Collection<OrderItem> Order.getItems()
           
 

Method parameters in com.ibm.websphere.samples.pbw.jpa with type arguments of type OrderItem
 void Order.setItems(Collection<OrderItem> items)
           
 

Constructor parameters in com.ibm.websphere.samples.pbw.jpa with type arguments of type OrderItem
Order(Customer customer, String billName, String billAddr1, String billAddr2, String billCity, String billState, String billZip, String billPhone, String shipName, String shipAddr1, String shipAddr2, String shipCity, String shipState, String shipZip, String shipPhone, String creditCard, String ccNum, String ccExpireMonth, String ccExpireYear, String cardHolder, int shippingMethod, Collection<OrderItem> items)
          Constructor to create an Order.
 



Copyright © 2011. All Rights Reserved.