test.ojb.broker
Class StockDetail
java.lang.Object
|
+--test.ojb.broker.StockDetail
- All Implemented Interfaces:
- java.io.Serializable
- public class StockDetail
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isSelloutArticle
protected boolean isSelloutArticle
minimumStock
protected int minimumStock
orderedUnits
protected int orderedUnits
stock
protected int stock
unit
protected java.lang.String unit
StockDetail
public StockDetail(boolean sellout,
int minimum,
int ordered,
int stock,
java.lang.String unit,
ArticleWithStockDetail parent)
getStock
public int getStock()
setStock
public void setStock(int newStock)
Authors: Thomas Mahler and others. (C) 2000, 2001.
All rights reserved. Published under the Gnu Public License.
http://objectbridge.sourceforge.net
Version: 0.8.375, 2002-04-04