org.apache.ojb.broker
Class ProductGroup

java.lang.Object
  extended byorg.apache.ojb.broker.AbstractProductGroup
      extended byorg.apache.ojb.broker.ProductGroup
All Implemented Interfaces:
InterfaceProductGroup, java.io.Serializable
Direct Known Subclasses:
ProductGroupWithAbstractArticles

public class ProductGroup
extends AbstractProductGroup

represents a product group containing a set of Articles.

See Also:
Article, Serialized Form

Constructor Summary
ProductGroup()
           
ProductGroup(int pGroupId, java.lang.String pGroupName, java.lang.String pDescription)
           
 
Methods inherited from class org.apache.ojb.broker.AbstractProductGroup
add, getAllArticles, getAllArticlesInGroup, getDescription, getGroupId, getGroupName, getId, getName, setAllArticlesInGroup, setDescription, setGroupId, setGroupName, setId, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProductGroup

public ProductGroup()

ProductGroup

public ProductGroup(int pGroupId,
                    java.lang.String pGroupName,
                    java.lang.String pDescription)


Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14