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