|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ojb.broker.VirtualProxy
org.apache.ojb.broker.ArticleProxy
Proxy class to class Article. Implements interface InterfaceArticle. delegates methods calls to the internal Article-object
Field Summary |
Fields inherited from class org.apache.ojb.broker.VirtualProxy |
serialVersionUID |
Constructor Summary | |
ArticleProxy()
|
|
ArticleProxy(java.lang.reflect.InvocationHandler handler)
|
|
ArticleProxy(PBKey key,
Identity uniqueId)
ArticleProxy constructor comment. |
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. |
void |
setProductGroup(InterfaceProductGroup pg)
|
Methods inherited from class org.apache.ojb.broker.VirtualProxy |
alreadyMaterialized, createProxy, getIdentity, getIndirectionHandler, getRealSubject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.ojb.broker.InterfaceArticle |
toString |
Constructor Detail |
public ArticleProxy()
public ArticleProxy(PBKey key, Identity uniqueId)
uniqueId
- org.apache.ojb.broker.Identitypublic ArticleProxy(java.lang.reflect.InvocationHandler handler)
Method Detail |
public void setProductGroup(InterfaceProductGroup pg)
setProductGroup
in interface InterfaceArticle
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 |