com.ibm.commerce.order.calculation

Interface CalculationRangeCmd

    • Field Detail

      • COPYRIGHT

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

      • getValue

        java.math.BigDecimal getValue()
        Returns the resulting value.
        Returns:
        the resulting value.
      • setBaseMonetaryValue

        void setBaseMonetaryValue(java.math.BigDecimal adBaseMonetaryValue)
        Sets the base monetary value.
        Parameters:
        adBaseMonetaryValue - the base monetary value.
      • setLookupNumber

        void setLookupNumber(java.math.BigDecimal adLookupNumber)
        Sets the lookup number.
        Parameters:
        adLookupNumber - the lookup number.
      • setLookupResult

        void setLookupResult(CalculationRangeLookupResultAccessBean aabLookupResult)
        Sets the calculation range lookup result.
        Parameters:
        aabLookupResult - the calculation range lookup result.
      • setRange

        void setRange(CalculationRangeAccessBean aabRange)
        Sets the calculation range.
        Parameters:
        aabRange - the calculation range.