Method Summary |
|
public void | addToStock(int diff) |
public int | getArticleId() return an articles unique id. |
public String | getArticleName() return an articles name. |
public StockDetail | getDetail() |
public double | getPrice() Insert the method's description here. |
public int | getProductGroupId() Insert the method's description here. |
public StockDetail | getStockDetail() Returns the stockDetail. |
public double | getStockValue() |
public int | getSupplierId() Insert the method's description here. |
public void | setArticleId(int newArticleId) set an articles unique id. |
public void | setArticleName(String newArticleName) set an articles name. |
public void | setPrice(double newPrice) Insert the method's description here. |
public void | setProductGroupId(int newProductGroupId) Insert the method's description here. |
public void | setStockDetail(StockDetail stockDetail) Sets the stockDetail. |
public void | setSupplierId(int newSupplierId) Insert the method's description here. |