com.beasys.commerce.util
Class PersistenceHelper.DefaultSmartCollectionReference
java.lang.Object
  
com.beasys.commerce.util.PersistenceHelper.DefaultSmartCollectionReference
- All Implemented Interfaces: 
 - Serializable, SmartCollectionReference
 
- Enclosing class:
 - PersistenceHelper
 
- public static class PersistenceHelper.DefaultSmartCollectionReference
- extends Object
- implements SmartCollectionReference, Serializable
   
- See Also:
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PersistenceHelper.DefaultSmartCollectionReference
public PersistenceHelper.DefaultSmartCollectionReference()
cursor
public Iterator cursor()
- Description copied from interface: 
SmartCollectionReference 
- Get an iterator over the collection's contents
- Specified by:
 cursor in interface SmartCollectionReference
 
- Returns:
 - an iterator over the collection's contents
 
 
 
getCollection
public Collection getCollection()
- Description copied from interface: 
SmartCollectionReference 
- Get the entire collection
- Specified by:
 getCollection in interface SmartCollectionReference
 
- Returns:
 - the wrapped Collection
 
 
 
setCollection
public void setCollection(Collection collection)
- Description copied from interface: 
SmartCollectionReference 
- Set the entire collection
- Specified by:
 setCollection in interface SmartCollectionReference
 
 
 
Copyright © 2004 BEA Systems, Inc. All Rights Reserved