org.apache.ojb.broker
Class ProductGroupProxy

java.lang.Object
  extended byorg.apache.ojb.broker.VirtualProxy
      extended byorg.apache.ojb.broker.ProductGroupProxy
All Implemented Interfaces:
InterfaceProductGroup, java.io.Serializable

public class ProductGroupProxy
extends VirtualProxy
implements InterfaceProductGroup, java.io.Serializable

Proxy class for ProductGroup.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.ojb.broker.VirtualProxy
serialVersionUID
 
Constructor Summary
ProductGroupProxy()
           
ProductGroupProxy(java.lang.reflect.InvocationHandler handler)
           
ProductGroupProxy(PBKey key, Identity uniqueId)
          ProductGroupProxy constructor comment.
 
Method Summary
 void add(InterfaceArticle article)
          add article to group
 java.util.List getAllArticles()
          return List of all Articles in productgroup
 int getId()
          return group id
 java.lang.String getName()
          return groupname
 java.lang.String toString()
          Insert the method's description here.
 
Methods inherited from class org.apache.ojb.broker.VirtualProxy
alreadyMaterialized, createProxy, getIdentity, getIndirectionHandler, getRealSubject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProductGroupProxy

public ProductGroupProxy()

ProductGroupProxy

public ProductGroupProxy(PBKey key,
                         Identity uniqueId)
ProductGroupProxy constructor comment.

Parameters:
uniqueId - org.apache.ojb.broker.Identity

ProductGroupProxy

public ProductGroupProxy(java.lang.reflect.InvocationHandler handler)
Method Detail

getAllArticles

public java.util.List getAllArticles()
return List of all Articles in productgroup

Specified by:
getAllArticles in interface InterfaceProductGroup

getId

public int getId()
return group id

Specified by:
getId in interface InterfaceProductGroup

getName

public java.lang.String getName()
return groupname

Specified by:
getName in interface InterfaceProductGroup

toString

public java.lang.String toString()
Insert the method's description here. Creation date: (09.11.2000 21:13:06)

Specified by:
toString in interface InterfaceProductGroup
Returns:
java.lang.String

add

public void add(InterfaceArticle article)
add article to group

Specified by:
add in interface InterfaceProductGroup


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