com.ibm.commerce.order.calculation

Interface CalculationScaleLookupCmd

    • Field Detail

      • COPYRIGHT

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

      • getBaseMonetaryValue

        java.math.BigDecimal getBaseMonetaryValue()
        Returns the base monetary value.
        Returns:
        the base monetary value.
      • getLookupNumber

        java.math.BigDecimal getLookupNumber()
        Returns the lookup number.
        Returns:
        the lookup number.
      • getResultMultiplier

        java.math.BigDecimal getResultMultiplier()
        Returns the result multiplier.
        Returns:
        the result multiplier.
      • getWeights

        java.math.BigDecimal[] getWeights()
        Returns the mathematical weights of the items for distributing values.
        Returns:
        the mathematical weights.
      • setItems

        void setItems(Item[] aItems)
        Sets the items.
        Parameters:
        aItems - the items.
      • setRule

        void setRule(CalculationRuleAccessBean aabRule)
        Sets the calculation rule.
        Parameters:
        aabRule - the calculation rule.
      • setScale

        void setScale(CalculationScaleAccessBean aabScale)
        Sets the calculation scale.
        Parameters:
        aabScale - the calculation scale.