public class ItemTable extends Object
| Constructor and Description |
|---|
ItemTable() |
| Modifier and Type | Method and Description |
|---|---|
Item |
addItem(Item item) |
Collection<Item> |
getAllItem() |
Item |
getItemByCode(String itemCode) |
List<Item> |
getItemByPrice(float fromPrice,
float toPrice) |
Item |
removeItem(String itemCode) |
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.