Method Summary |
|
public void | decreaseOrderQuantity(int qty) |
public void | decreaseRemOrderQuantity(int qty) |
public void | decreaseStockQuantity(int stockQty) |
public void | decreaseYearToDate(int qty) |
public Integer | getItemID() |
public int | getOrderQuantity() |
public int | getRemOrderQuantity() |
public int | getStockQuantity() |
public String | getWarehouseID() Get the warehouse id. |
public int | getYearToDate() |
public void | increaseOrderQuantity(int qty) |
public void | increaseRemOrderQuantity(int qty) |
public void | increaseStockQuantity(int stockQty) |
public void | increaseYearToDate(int qty) |