| |
|
| java.lang.Object org.apache.ojb.broker.ProductGroupWithRemovalAwareCollection
ProductGroupWithRemovalAwareCollection | public class ProductGroupWithRemovalAwareCollection implements Serializable(Code) | | represents a product group containing a set of Articles.
See Also: Article |
ProductGroupWithRemovalAwareCollection | public ProductGroupWithRemovalAwareCollection()(Code) | | |
getGroupId | public int getGroupId()(Code) | | Gets the groupId.
Returns a int |
getGroupName | public String getGroupName()(Code) | | Gets the groupName.
Returns a String |
getId | public int getId()(Code) | | return group id
|
setAllArticlesInGroup | public void setAllArticlesInGroup(RemovalAwareList allArticlesInGroup)(Code) | | Sets the allArticlesInGroup.
Parameters: allArticlesInGroup - The allArticlesInGroup to set |
setGroupId | public void setGroupId(int groupId)(Code) | | Sets the groupId.
Parameters: groupId - The groupId to set |
setGroupName | public void setGroupName(String groupName)(Code) | | Sets the groupName.
Parameters: groupName - The groupName to set |
setId | public void setId(int newValue)(Code) | | set group id
|
|
|
|