| java.lang.Object | ||
| ↳ | com.pnfsoftware.jeb.core.actions.ActionData | |
| ↳ | com.pnfsoftware.jeb.core.actions.ActionOverridesData | |
This action class holds information for the QUERY_OVERRIDES action.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ActionOverridesData() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| List<String> |
getAddresses()
Get the list of addresses.
| ||||||||||
| void |
setAddresses(List<String> addresses)
Set the list of addresses.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pnfsoftware.jeb.core.actions.ActionData
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.pnfsoftware.jeb.core.actions.IActionData
| |||||||||||
Get the list of addresses. This method is used by clients.
Set the list of addresses. This method is used by plugins.
| addresses | list of addresses |
|---|