© 2001 BEA Systems, Inc.

com.beasys.commerce.util
Class PersistenceHelper.DefaultSmartMapReference

java.lang.Object
  |
  +--com.beasys.commerce.util.PersistenceHelper.DefaultSmartMapReference
All Implemented Interfaces:
java.io.Serializable, SmartMapReference
Enclosing class:
PersistenceHelper

public static class PersistenceHelper.DefaultSmartMapReference
extends java.lang.Object
implements SmartMapReference, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
PersistenceHelper.DefaultSmartMapReference()
           
 
Method Summary
 java.util.Iterator cursor()
          Get an iterator of the Map's keys
 java.util.Map getMap()
          Get the wrapped map
 void setMap(java.util.Map map)
          Set the entire map
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistenceHelper.DefaultSmartMapReference

public PersistenceHelper.DefaultSmartMapReference()
Method Detail

getMap

public java.util.Map getMap()
Description copied from interface: SmartMapReference
Get the wrapped map
Specified by:
getMap in interface SmartMapReference
Following copied from interface: com.beasys.commerce.foundation.SmartMapReference
Returns:
the Map contained in the wrapper

setMap

public void setMap(java.util.Map map)
Description copied from interface: SmartMapReference
Set the entire map
Specified by:
setMap in interface SmartMapReference
Following copied from interface: com.beasys.commerce.foundation.SmartMapReference
Parameters:
collection - the Map to wrap

cursor

public java.util.Iterator cursor()
Description copied from interface: SmartMapReference
Get an iterator of the Map's keys
Specified by:
cursor in interface SmartMapReference
Following copied from interface: com.beasys.commerce.foundation.SmartMapReference
Returns:
an iterator of the Map's keys

© 2001 BEA Systems, Inc.

Copyright © 2001 BEA Systems, Inc. All Rights Reserved