public class AttachmentCmdEventData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
Deprecated.
IBM copyright notice field.
|
Constructor and Description |
---|
AttachmentCmdEventData()
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 AttachmentCmdEventData()
public java.lang.Integer getStoreId()
public void setStoreId(java.lang.Integer intStoreId)
public java.lang.String getName()
public void setName(java.lang.String strName)
public java.lang.String getInferfaceName()
public void setInferfaceName(java.lang.String strInferfaceName)
public CommandContext getCommandContext()
public void setCommandContext(CommandContext commandCtxt)
public java.sql.Timestamp getTimestamp()
public void setTimeStamp(java.sql.Timestamp timestmp)
public java.io.Serializable getCustomEventData()
public void setCustomEventData(java.io.Serializable customEvtData)