com.ibm.commerce.order.facade.server.commands

Class AcknowledgeOrderBuildForCalculationCmdImpl

  • All Implemented Interfaces:
    MessageMappingResponseCmd, com.ibm.websphere.command.Command, java.io.Serializable


    public class AcknowledgeOrderBuildForCalculationCmdImpl
    extends AcknowledgeOrderBuildCmdImpl
    This class is used to build the order response. The orderId and orderItemId will be populated into the response.
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

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

        public static final java.lang.String NOUN_ATTRIBUTE_NAME_UID
        Name for the unique identifier.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AcknowledgeOrderBuildForCalculationCmdImpl

        public AcknowledgeOrderBuildForCalculationCmdImpl()
    • Method Detail

      • getOrderAB

        public OrderAccessBean getOrderAB()
        Get order access bean.
        Returns:
        The order access bean.
      • setOrderAB

        public void setOrderAB(OrderAccessBean iOrderAB)
        Set order access bean.
        Parameters:
        iOrderAB - The order access bean.