org.openware.job.data
Class OneToManyList

java.lang.Object
  |
  +--org.openware.job.data.OneToManyList
All Implemented Interfaces:
java.io.Serializable

public class OneToManyList
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
OneToManyList()
           
 
Method Summary
 void invalidate()
           
 boolean isValid()
           
 java.util.Iterator iterator(java.lang.String whereClause)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OneToManyList

public OneToManyList()
              throws PersistException
Method Detail

iterator

public java.util.Iterator iterator(java.lang.String whereClause)
                            throws PersistException

invalidate

public void invalidate()

isValid

public boolean isValid()


Copyright © 2000,2001 Openware. All Rights Reserved.