Class GeneratedRuleBasedOrderAdjustTotalAction

    • Field Detail

      • AMOUNT

        public static final java.lang.String AMOUNT
        Qualifier of the RuleBasedOrderAdjustTotalAction.amount attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedRuleBasedOrderAdjustTotalAction

        public GeneratedRuleBasedOrderAdjustTotalAction()
    • Method Detail

      • getAmount

        public java.math.BigDecimal getAmount​(SessionContext ctx)
        Generated method - Getter of the RuleBasedOrderAdjustTotalAction.amount attribute.
        Returns:
        the amount - The amount to adjust the cart total by.
      • getAmount

        public java.math.BigDecimal getAmount()
        Generated method - Getter of the RuleBasedOrderAdjustTotalAction.amount attribute.
        Returns:
        the amount - The amount to adjust the cart total by.
      • setAmount

        public void setAmount​(SessionContext ctx,
                              java.math.BigDecimal value)
        Generated method - Setter of the RuleBasedOrderAdjustTotalAction.amount attribute.
        Parameters:
        value - the amount - The amount to adjust the cart total by.
      • setAmount

        public void setAmount​(java.math.BigDecimal value)
        Generated method - Setter of the RuleBasedOrderAdjustTotalAction.amount attribute.
        Parameters:
        value - the amount - The amount to adjust the cart total by.