test.ojb.broker
Class ArticleCollection

java.lang.Object
  |
  +--test.ojb.broker.ArticleCollection
All Implemented Interfaces:
ManageableCollection, java.io.Serializable

public class ArticleCollection
extends java.lang.Object
implements ManageableCollection, java.io.Serializable

Insert the type's description here. Creation date: (18.02.2001 16:09:24)

See Also:
Serialized Form

Constructor Summary
ArticleCollection()
          ArticleCollection constructor comment.
 
Method Summary
 void add(InterfaceArticle article)
           
 InterfaceArticle get(int index)
           
 void ojbAdd(java.lang.Object anObject)
          add method comment.
 void ojbAddAll(ManageableCollection otherCollection)
          addAll method comment.
 java.util.Iterator ojbIterator()
          ojbIterator method comment.
 int size()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArticleCollection

public ArticleCollection()
ArticleCollection constructor comment.

Method Detail

add

public void add(InterfaceArticle article)

get

public InterfaceArticle get(int index)

ojbAdd

public void ojbAdd(java.lang.Object anObject)
add method comment.

Specified by:
ojbAdd in interface ManageableCollection

ojbAddAll

public void ojbAddAll(ManageableCollection otherCollection)
addAll method comment.

Specified by:
ojbAddAll in interface ManageableCollection

ojbIterator

public java.util.Iterator ojbIterator()
ojbIterator method comment.

Specified by:
ojbIterator in interface ManageableCollection

size

public int size()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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