com.ibm.commerce.content.dynacache

Class CollateralCmdEventData

  • java.lang.Object
    • com.ibm.commerce.content.dynacache.CollateralCmdEventData

  • Deprecated. 
    Content Spots have been deprecated. For more information, see Content Spots.

    public class CollateralCmdEventData
    extends java.lang.Object
    Data associated with collateral command execution event.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      Deprecated. 
      IBM copyright notice field.
    • Constructor Summary

      Constructors 
      Constructor and Description
      CollateralCmdEventData()
      Deprecated. 
      Constructor for CommandExecutionEventData.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        Deprecated. 
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CollateralCmdEventData

        public CollateralCmdEventData()
        Deprecated. 
        Constructor for CommandExecutionEventData.
    • Method Detail

      • getStoreId

        public java.lang.Integer getStoreId()
        Deprecated. 
        Gets the storeId.
        Returns:
        Returns a the storeId
      • setStoreId

        public void setStoreId(java.lang.Integer intStoreId)
        Deprecated. 
        Sets the storeId.
        Parameters:
        storeId - - the store ID
      • getName

        public java.lang.String getName()
        Deprecated. 
        Gets the event name.
        Returns:
        Returns an event name
      • setName

        public void setName(java.lang.String strName)
        Deprecated. 
        Sets the event name.
        Parameters:
        name - - the event name
      • getInferfaceName

        public java.lang.String getInferfaceName()
        Deprecated. 
        Gets the inferfaceName
        Returns:
        Returns the interface name
      • setInferfaceName

        public void setInferfaceName(java.lang.String strInferfaceName)
        Deprecated. 
        Sets the command inferfaceName
        Parameters:
        inferfaceName - - command inferfaceName
      • getCommandContext

        public CommandContext getCommandContext()
        Deprecated. 
        Gets the commandContext
        Returns:
        Returns a CommandContext
      • setCommandContext

        public void setCommandContext(CommandContext commandCtxt)
        Deprecated. 
        Sets the commandContext
        Parameters:
        commandContext - The commandContext
      • getTimestamp

        public java.sql.Timestamp getTimestamp()
        Deprecated. 
        Gets the timeStamp.
        Returns:
        Returns a java.sql.Timestamp
      • setTimeStamp

        public void setTimeStamp(java.sql.Timestamp timestmp)
        Deprecated. 
        Sets the timestamp.
        Parameters:
        timestamp - The timeStamp to set
      • getCustomEventData

        public java.io.Serializable getCustomEventData()
        Deprecated. 
        Returns the customEventData.
        Returns:
        Serializable
      • setCustomEventData

        public void setCustomEventData(java.io.Serializable customEvtData)
        Deprecated. 
        Sets the customEventData.
        Parameters:
        customEventData - The customEventData to set