|
|||||||||
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.ProductGroupProxy
Proxy class for ProductGroup.
Constructor Summary | |
ProductGroupProxy()
|
|
ProductGroupProxy(Identity uniqueId)
ProductGroupProxy constructor comment. |
|
ProductGroupProxy(java.lang.reflect.InvocationHandler handler)
|
Method Summary | |
void |
add(InterfaceArticle article)
add article to group |
java.util.List |
getAllArticles()
return List of all Articles in productgroup |
int |
getId()
return group id |
java.lang.String |
getName()
return groupname |
java.lang.String |
toString()
Insert the method's description here. |
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, wait, wait, wait |
Constructor Detail |
public ProductGroupProxy()
public ProductGroupProxy(Identity uniqueId)
uniqueId
- ojb.broker.Identitypublic ProductGroupProxy(java.lang.reflect.InvocationHandler handler)
Method Detail |
public java.util.List getAllArticles()
getAllArticles
in interface InterfaceProductGroup
public int getId()
getId
in interface InterfaceProductGroup
public java.lang.String getName()
getName
in interface InterfaceProductGroup
public java.lang.String toString()
toString
in interface InterfaceProductGroup
toString
in class java.lang.Object
public void add(InterfaceArticle article)
add
in interface InterfaceProductGroup
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |