java.lang.Object | |
↳ | com.pnfsoftware.jeb.core.actions.ActionData |
![]() |
Base action data class. This class is meant to be subclassed.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ActionData() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getDescription()
Retrieve the description string provided by the plugins.
| ||||||||||
Object |
getValue(String key)
Convenience method used to store any object.
| ||||||||||
void |
setDescription(String description)
Set the description string to be provided to the clients.
| ||||||||||
void |
setValue(String key, Object value)
Convenience method used to retrieve previously stored objects.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Retrieve the description string provided by the plugins. To be used by clients.
Convenience method used to store any object. Objects may be stored by the client or the plugin.
key | object key |
---|
Set the description string to be provided to the clients. To be used by plugins.
Convenience method used to retrieve previously stored objects.
key | object key |
---|---|
value | object value |