Uses of Class
org.books.data.LineItem

Packages that use LineItem
org.books.data   
org.books.model   
 

Uses of LineItem in org.books.data
 

Methods in org.books.data that return types with arguments of type LineItem
 java.util.List<LineItem> Order.getItems()
           
 

Method parameters in org.books.data with type arguments of type LineItem
 void Order.setItems(java.util.List<LineItem> items)
           
 

Uses of LineItem in org.books.model
 

Method parameters in org.books.model with type arguments of type LineItem
 Order Bookstore.orderBooks(AddressBean address, CreditCardBean creditCard, java.util.List<LineItem> items)
          Orders books.
 



Copyright © 2007 - bouquet dot ch, 3032 Hinterkappelen. All Rights Reserved.