| java.lang.Object org.apache.ojb.broker.StockDetail
isSelloutArticle | protected boolean isSelloutArticle(Code) | | |
minimumStock | protected int minimumStock(Code) | | |
orderedUnits | protected int orderedUnits(Code) | | |
stock | protected int stock(Code) | | |
StockDetail | public StockDetail()(Code) | | |
getMinimumStock | public int getMinimumStock()(Code) | | Returns the minimumStock.
int |
getOrderedUnits | public int getOrderedUnits()(Code) | | Returns the orderedUnits.
int |
getStock | public int getStock()(Code) | | |
getUnit | public String getUnit()(Code) | | Returns the unit.
String |
isSelloutArticle | public boolean isSelloutArticle()(Code) | | Returns the isSelloutArticle.
boolean |
setIsSelloutArticle | public void setIsSelloutArticle(boolean isSelloutArticle)(Code) | | Sets the isSelloutArticle.
Parameters: isSelloutArticle - The isSelloutArticle to set |
setMinimumStock | public void setMinimumStock(int minimumStock)(Code) | | Sets the minimumStock.
Parameters: minimumStock - The minimumStock to set |
setMyArticle | public void setMyArticle(ArticleWithStockDetail myArticle)(Code) | | Sets the myArticle.
Parameters: myArticle - The myArticle to set |
setOrderedUnits | public void setOrderedUnits(int orderedUnits)(Code) | | Sets the orderedUnits.
Parameters: orderedUnits - The orderedUnits to set |
setStock | public void setStock(int newStock)(Code) | | |
setUnit | public void setUnit(String unit)(Code) | | Sets the unit.
Parameters: unit - The unit to set |
|
|