com.ibm.commerce.order.commands

Class RaiseOrderEventCmdImpl

    • Field Detail

      • COPYRIGHT

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

      • RaiseOrderEventCmdImpl

        public RaiseOrderEventCmdImpl()
        Default constructor.
    • Method Detail

      • reset

        public void reset()
        This method resets this command instance.
        Specified by:
        reset in interface com.ibm.websphere.command.Command
        Overrides:
        reset in class AbstractECTargetableCommand
      • getRequestProperties

        public TypedProperty getRequestProperties()
        This method gets the request properties associated with this command.
        Specified by:
        getRequestProperties in interface RaiseOrderEventCmd
        Returns:
        This method returns the request properties.
      • getEventType

        public java.lang.Integer getEventType()
        This method gets the event type.
        Specified by:
        getEventType in interface RaiseOrderEventCmd
        Returns:
        Returns the event type.
      • getEventData

        public java.util.HashMap getEventData()
        This method gets the event data.
        Specified by:
        getEventData in interface RaiseOrderEventCmd
        Returns:
        Returns the event data.
      • setEventType

        public void setEventType(java.lang.Integer anEventType)
        This method sets the event type.
        Specified by:
        setEventType in interface RaiseOrderEventCmd
        Parameters:
        anEventType - The event type to set.
      • setEventData

        public void setEventData(java.util.HashMap ahsEventData)
        This method sets the event data.
        Specified by:
        setEventData in interface RaiseOrderEventCmd
        Parameters:
        ahsEventData - The event data to set.