public interface MapEntriesHolder
Interface denoting a configuration bean that stores a
mapEntries
property.
Modifier and Type | Method and Description |
---|---|
MapEntriesBean |
getMapEntries()
Return the current
mapEntries object
for this configuration bean. |
void |
setMapEntries(MapEntriesBean mapEntries)
Set the current
mapEntries object
for this configuration bean. |
MapEntriesBean getMapEntries()
Return the current mapEntries
object
for this configuration bean.
void setMapEntries(MapEntriesBean mapEntries)
Set the current mapEntries
object
for this configuration bean.
mapEntries
- The new mapEntries
objectCopyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.