|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ojb.broker.ProductGroupWithRemovalAwareCollection
represents a product group containing a set of Articles.
Article
,
Serialized FormConstructor Summary | |
ProductGroupWithRemovalAwareCollection()
|
Method Summary | |
void |
add(Article art)
|
RemovalAwareCollection |
getAllArticles()
return List of all Articles in productgroup |
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(RemovalAwareCollection allArticlesInGroup)
Sets the allArticlesInGroup. |
void |
setGroupId(int groupId)
Sets the groupId. |
void |
setGroupName(java.lang.String groupName)
Sets the groupName. |
void |
setId(int newValue)
set group id |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ProductGroupWithRemovalAwareCollection()
Method Detail |
public int getId()
public java.lang.String getName()
public RemovalAwareCollection getAllArticles()
public void add(Article art)
public void setId(int newValue)
public void setAllArticlesInGroup(RemovalAwareCollection allArticlesInGroup)
allArticlesInGroup
- The allArticlesInGroup 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 |