test.ojb.broker
Class ProductGroupProxy

java.lang.Object
  |
  +--ojb.broker.VirtualProxy
        |
        +--test.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

Constructor Summary
ProductGroupProxy()
           
ProductGroupProxy(Identity uniqueId)
          ProductGroupProxy constructor comment.
ProductGroupProxy(java.lang.reflect.InvocationHandler handler)
           
 
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 ojb.broker.VirtualProxy
alreadyMaterialized, createProxy, 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(Identity uniqueId)
ProductGroupProxy constructor comment.

Parameters:
uniqueId - 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
Overrides:
toString in class java.lang.Object
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, 2001.
All rights reserved. Published under the Gnu Public License.
http://objectbridge.sourceforge.net
Version: 0.8.375, 2002-04-04