com.ibm.commerce.order.commands

Interface GetOrderReleaseTotalAmountCmd

    • 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 this command interface.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The name of the default implementation class for this command interface.
        See Also:
        Constant Field Values
    • Method Detail

      • setOrderReleaseTotals

        void setOrderReleaseTotals(OrderReleaseTotalsAccessBean[] abOrderReleaseTotals)
        This method sets the order release total access beans whose charges need to be summed up.
        Parameters:
        abOrderReleaseTotals -
      • getOrderReleaseTotalsAccessBean

        OrderReleaseTotalsAccessBean[] getOrderReleaseTotalsAccessBean()
        This method returns the OrderReleaseTotalsAccessBean array.
        Returns:
        the OrderReleaseTotalsAccessBean array
      • getTotalAmount

        java.math.BigDecimal getTotalAmount()
        This method returns the result of order release total array's total amount. The correct value can be got only after executing the command.
        Returns:
        order release array's total amount