public class CollateralCmdEventData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
Deprecated.
IBM copyright notice field.
|
| Constructor and Description |
|---|
CollateralCmdEventData()
Deprecated.
Constructor for CommandExecutionEventData.
|
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Deprecated.
Gets the commandContext
|
java.io.Serializable |
getCustomEventData()
Deprecated.
Returns the customEventData.
|
java.lang.String |
getInferfaceName()
Deprecated.
Gets the inferfaceName
|
java.lang.String |
getName()
Deprecated.
Gets the event name.
|
java.lang.Integer |
getStoreId()
Deprecated.
Gets the storeId.
|
java.sql.Timestamp |
getTimestamp()
Deprecated.
Gets the timeStamp.
|
void |
setCommandContext(CommandContext commandCtxt)
Deprecated.
Sets the commandContext
|
void |
setCustomEventData(java.io.Serializable customEvtData)
Deprecated.
Sets the customEventData.
|
void |
setInferfaceName(java.lang.String strInferfaceName)
Deprecated.
Sets the command inferfaceName
|
void |
setName(java.lang.String strName)
Deprecated.
Sets the event name.
|
void |
setStoreId(java.lang.Integer intStoreId)
Deprecated.
Sets the storeId.
|
void |
setTimeStamp(java.sql.Timestamp timestmp)
Deprecated.
Sets the timestamp.
|
public static final java.lang.String COPYRIGHT
public CollateralCmdEventData()
public java.lang.Integer getStoreId()
public void setStoreId(java.lang.Integer intStoreId)
storeId - - the store IDpublic java.lang.String getName()
public void setName(java.lang.String strName)
name - - the event namepublic java.lang.String getInferfaceName()
public void setInferfaceName(java.lang.String strInferfaceName)
inferfaceName - - command inferfaceNamepublic CommandContext getCommandContext()
public void setCommandContext(CommandContext commandCtxt)
commandContext - The commandContextpublic java.sql.Timestamp getTimestamp()
public void setTimeStamp(java.sql.Timestamp timestmp)
timestamp - The timeStamp to setpublic java.io.Serializable getCustomEventData()
public void setCustomEventData(java.io.Serializable customEvtData)
customEventData - The customEventData to set