com.ibm.commerce.order.client.beans

Class OrderStatusDataBean

    • Field Detail

      • COPYRIGHT

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

      • OrderStatusDataBean

        public OrderStatusDataBean()
        Default constructor.
    • Method Detail

      • getCommandInterfaceName

        public java.lang.String getCommandInterfaceName()
        Returns the command interface name.
        Specified by:
        getCommandInterfaceName in interface CommandDataBean
        Returns:
        the command interface name.
      • setCommandInterfaceName

        public void setCommandInterfaceName(java.lang.String ifname)
        Sets the command interface name.
        Specified by:
        setCommandInterfaceName in interface CommandDataBean
        Parameters:
        ifname - the command interface name.
      • getOrderId

        public java.lang.Long getOrderId()
        Returns the order ID.
        Returns:
        the order ID.
      • setOrderId

        public void setOrderId(java.lang.Long anOrderId)
        Sets the order ID.
        Parameters:
        anOrderID - the order ID.
      • getExternalOrderId

        public java.lang.String getExternalOrderId()
        Returns the external order ID.
        Returns:
        the external order ID.
      • setExternalOrderId

        public void setExternalOrderId(java.lang.String astrExternalOrderId)
        Sets the external order ID.
        Parameters:
        astrExternalOrderID - the external order ID.
      • getCustomerOrderNumber

        public java.lang.String getCustomerOrderNumber()
        Returns the customer order number.
        Returns:
        the customer order number.
      • setCustomerOrderNumber

        public void setCustomerOrderNumber(java.lang.String astrCustomerOrderNumber)
        Sets the customer order number.
        Parameters:
        astrCustomerOrderNumber - the customer order number.
      • getOrder

        public com.ibm.commerce.order.datatypes.OrderType getOrder()
        Returns the order.
        Returns:
        the order.
      • setOrder

        public void setOrder(com.ibm.commerce.order.datatypes.OrderType aOrder)
        Sets the order.
        Parameters:
        aOrder - the order.