|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ojb.broker.VirtualProxy | +--test.ojb.broker.ArticleProxy
Proxy class to class Article. Implements interface InterfaceArticle. delegates methods calls to the internal Article-object
Constructor Summary | |
ArticleProxy()
|
|
ArticleProxy(Identity uniqueId)
ArticleProxy constructor comment. |
|
ArticleProxy(java.lang.reflect.InvocationHandler handler)
|
Method Summary | |
void |
addToStock(int diff)
addToStock method comment. |
int |
getArticleId()
getArticleId method comment. |
java.lang.String |
getArticleName()
getArticleName method comment. |
InterfaceProductGroup |
getProductGroup()
getProductGroup method comment. |
double |
getStockValue()
getStockValue method comment. |
void |
setArticleId(int newArticleId)
setArticleId method comment. |
void |
setArticleName(java.lang.String newArticleName)
setArticleName method comment. |
Methods inherited from class ojb.broker.VirtualProxy |
alreadyMaterialized, createProxy, getIndirectionHandler, getRealSubject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface test.ojb.broker.InterfaceArticle |
toString |
Constructor Detail |
public ArticleProxy()
public ArticleProxy(Identity uniqueId)
uniqueId
- ojb.broker.Identitypublic ArticleProxy(java.lang.reflect.InvocationHandler handler)
Method Detail |
public void addToStock(int diff)
addToStock
in interface InterfaceArticle
public int getArticleId()
getArticleId
in interface InterfaceArticle
public java.lang.String getArticleName()
getArticleName
in interface InterfaceArticle
public InterfaceProductGroup getProductGroup()
getProductGroup
in interface InterfaceArticle
public double getStockValue()
getStockValue
in interface InterfaceArticle
public void setArticleId(int newArticleId)
setArticleId
in interface InterfaceArticle
public void setArticleName(java.lang.String newArticleName)
setArticleName
in interface InterfaceArticle
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |