org.jwaf.bo
Class BusinessObjectCollection
java.lang.Object
|
+--org.apache.struts.action.ActionForm
|
+--org.jwaf.bo.BusinessObjectCollection
- All Implemented Interfaces:
- java.util.Iterator, java.io.Serializable
- public class BusinessObjectCollection
- extends org.apache.struts.action.ActionForm
- implements java.util.Iterator
A collection of business objects, also behaves like a Struts action form
- See Also:
- Serialized Form
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
Methods inherited from class org.apache.struts.action.ActionForm |
getMultipartRequestHandler, getServlet, reset, reset, setMultipartRequestHandler, setServlet, validate, validate, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BusinessObjectCollection
public BusinessObjectCollection()
BusinessObjectCollection
public BusinessObjectCollection(org.exolab.castor.jdo.QueryResults queryResults)
load
public void load(org.exolab.castor.jdo.QueryResults queryResults)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface java.util.Iterator
next
public java.lang.Object next()
- Specified by:
next
in interface java.util.Iterator
nextBusinessObject
public BusinessObject nextBusinessObject()
remove
public void remove()
- Specified by:
remove
in interface java.util.Iterator
getCollection
public java.util.Collection getCollection()
setCollection
public void setCollection(java.util.ArrayList collection)
getVector
public java.util.Vector getVector()