|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--test.ojb.broker.ProductGroupWithCollectionProxy
represents a product group containing a set of Articles.
Article
,
Serialized FormConstructor Summary | |
ProductGroupWithCollectionProxy()
|
|
ProductGroupWithCollectionProxy(int pGroupId,
java.lang.String pGroupName)
|
Method Summary | |
java.util.Collection |
getAllArticles()
return List of all Articles in productgroup |
int |
getId()
return group id |
java.lang.String |
getName()
return groupname |
void |
setId(int id)
|
java.lang.String |
toString()
return string representation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ProductGroupWithCollectionProxy()
public ProductGroupWithCollectionProxy(int pGroupId, java.lang.String pGroupName)
Method Detail |
public int getId()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getName()
public void setId(int id)
public java.util.Collection getAllArticles()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |