public class InventoryControl
extends java.lang.Object
Constructor and Description |
---|
InventoryControl() |
Modifier and Type | Method and Description |
---|---|
static int |
addInventory(java.lang.String inventoryName) |
static int |
editInventory(int id,
java.lang.String stock) |
static java.util.ArrayList[] |
getInventoryList() |
static int |
removeInventory(int id) |