test.ojb.broker
Interface InterfaceProductGroup

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ProductGroup, ProductGroupProxy

public interface InterfaceProductGroup
extends java.io.Serializable

Interface for ProductGroup objects.


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.
 

Method Detail

getAllArticles

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


add

public void add(InterfaceArticle article)
add article to group


getId

public int getId()
return group id


getName

public java.lang.String getName()
return groupname


toString

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

Overrides:
toString in class java.lang.Object
Returns:
java.lang.String


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