public interface RaiseOrderEventCmd extends TaskCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
static java.lang.String | defaultCommandClassName
The default implementation class.
|
static java.lang.String | NAME
The name of the Command Interface class.
|
Modifier and Type | Method and Description |
---|---|
java.util.HashMap | getEventData()
This method gets the event data.
|
java.lang.Integer | getEventType()
This method gets the event type.
|
TypedProperty | getRequestProperties()
This method gets the request properties set by the setRequestProperties() method.
|
void | setEventData(java.util.HashMap ahsEventData)
This method sets the event data.
|
void | setEventType(java.lang.Integer anEventType)
This method sets the event type.
|
void | setRequestProperties(TypedProperty requestProperties)
This method sets the request properties.
|
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
TypedProperty getRequestProperties()
java.lang.Integer getEventType()
java.util.HashMap getEventData()
void setRequestProperties(TypedProperty requestProperties) throws ECException
void setEventData(java.util.HashMap ahsEventData)
void setEventType(java.lang.Integer anEventType)