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 © 2010–2019 JBoss by Red Hat. All rights reserved.