Class GeneratedRuleBasedOrderAdjustTotalAction

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
RuleBasedOrderAdjustTotalAction

public abstract class GeneratedRuleBasedOrderAdjustTotalAction extends AbstractRuleBasedPromotionAction
Generated class for type RuleBasedOrderAdjustTotalAction.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedRuleBasedOrderAdjustTotalAction

      public GeneratedRuleBasedOrderAdjustTotalAction()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedAbstractRuleBasedPromotionAction
    • getAmount

      public 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 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, 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(BigDecimal value)
      Generated method - Setter of the RuleBasedOrderAdjustTotalAction.amount attribute.
      Parameters:
      value - the amount - The amount to adjust the cart total by.