|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ojb.broker.ProductGroupWithTypedCollection
represents a product group containing a set of Articles.
Article
,
Serialized FormConstructor Summary | |
ProductGroupWithTypedCollection()
|
|
ProductGroupWithTypedCollection(int pGroupId,
java.lang.String pGroupName,
java.lang.String pDescription)
|
Method Summary | |
ArticleCollection |
getAllArticles()
return List of all Articles in productgroup |
ArticleCollection |
getAllArticlesInGroup()
Gets the allArticlesInGroup. |
java.lang.String |
getDescription()
Gets the description. |
int |
getGroupId()
Gets the groupId. |
java.lang.String |
getGroupName()
Gets the groupName. |
int |
getId()
return group id |
java.lang.String |
getName()
return groupname |
void |
setAllArticlesInGroup(ArticleCollection allArticlesInGroup)
Sets the allArticlesInGroup. |
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setGroupId(int groupId)
Sets the groupId. |
void |
setGroupName(java.lang.String groupName)
Sets the groupName. |
void |
setId(int newValue)
set group 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 ProductGroupWithTypedCollection(int pGroupId, java.lang.String pGroupName, java.lang.String pDescription)
public ProductGroupWithTypedCollection()
Method Detail |
public int getId()
public java.lang.String toString()
public java.lang.String getName()
public ArticleCollection getAllArticles()
public void setId(int newValue)
public ArticleCollection getAllArticlesInGroup()
public void setAllArticlesInGroup(ArticleCollection allArticlesInGroup)
allArticlesInGroup
- The allArticlesInGroup to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- The description to setpublic int getGroupId()
public void setGroupId(int groupId)
groupId
- The groupId to setpublic java.lang.String getGroupName()
public void setGroupName(java.lang.String groupName)
groupName
- The groupName to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |