com.ibm.commerce.order.event

Interface ProcessOrderSubmitEventCmd

    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String NAME
        The name of the Command Interface class.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class.
        See Also:
        Constant Field Values
    • Method Detail

      • setOrderId

        void setOrderId(java.lang.Long enOrderId)
        This method sets the order Id.
        Parameters:
        enOrderId - The order id.
      • getOrderId

        java.lang.Long getOrderId()
        This method gets the order Id..
        Returns:
        The order id.