|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |