|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ojb.broker.AbstractArticle
org.apache.ojb.broker.Article
org.apache.ojb.broker.ArticleWithReferenceProxy
Field Summary |
Fields inherited from class org.apache.ojb.broker.AbstractArticle |
articleId, articleName, isSelloutArticle, minimumStock, orderedUnits, price, productGroup, productGroupId, stock, supplierId, unit |
Constructor Summary | |
ArticleWithReferenceProxy()
|
|
ArticleWithReferenceProxy(int artId,
java.lang.String artName,
int suppId,
int pgId,
java.lang.String uni,
double pric,
int sto,
int ordUnits,
int minStock,
boolean isSellout)
|
Methods inherited from class org.apache.ojb.broker.Article |
createInstance |
Methods inherited from class org.apache.ojb.broker.AbstractArticle |
addToStock, getArticleId, getArticleName, getIsSelloutArticle, getMinimumStock, getOrderedUnits, getPrice, getProductGroup, getProductGroupId, getStock, getStockValue, getSupplierId, getUnit, setArticleId, setArticleName, setIsSelloutArticle, setMinimumStock, setOrderedUnits, setPrice, setProductGroup, setProductGroupId, setStock, setSupplierId, setUnit, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.ojb.broker.InterfaceArticle |
addToStock, getArticleId, getArticleName, getProductGroup, getStockValue, setArticleId, setArticleName, setProductGroup, toString |
Constructor Detail |
public ArticleWithReferenceProxy()
public ArticleWithReferenceProxy(int artId, java.lang.String artName, int suppId, int pgId, java.lang.String uni, double pric, int sto, int ordUnits, int minStock, boolean isSellout)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |