Package | Description |
---|---|
net.sf.joafip.database |
Modifier and Type | Method and Description |
---|---|
Item |
ItemTable.addItem(Item item) |
Item |
ItemTable.getItemByCode(String itemCode) |
Item |
ItemTable.removeItem(String itemCode) |
Modifier and Type | Method and Description |
---|---|
Collection<Item> |
ItemTable.getAllItem() |
List<Item> |
ItemTable.getItemByPrice(float fromPrice,
float toPrice) |
Modifier and Type | Method and Description |
---|---|
Item |
ItemTable.addItem(Item item) |
int |
Item.compareTo(Item otherItem) |
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.