|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ShoppingItem | |
| org.davesag.generica.core | The core package contains well thought out JavaBeans useful for
most web applications. |
| Uses of ShoppingItem in org.davesag.generica.core |
| Methods in org.davesag.generica.core that return ShoppingItem | |
ShoppingItem |
ShoppingOrder.getItem(int index)
Get the item in the order with index provided. |
| Methods in org.davesag.generica.core with parameters of type ShoppingItem | |
void |
ShoppingOrder.addItem(ShoppingItem item)
Add a shopping item and increment the order's price. |
void |
ShoppingOrder.removeItem(ShoppingItem item)
Remove a shopping item and decrement the order's price. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||