Class GeneratedPromotionOrderAdjustTotalAction

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

public abstract class GeneratedPromotionOrderAdjustTotalAction extends AbstractPromotionAction
Generated class for type PromotionOrderAdjustTotalAction.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedPromotionOrderAdjustTotalAction

      public GeneratedPromotionOrderAdjustTotalAction()
  • Method Details

    • getDefaultAttributeModes

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

      public Double getAmount(SessionContext ctx)
      Generated method - Getter of the PromotionOrderAdjustTotalAction.amount attribute.
      Returns:
      the amount - The amount to adjust the cart total by.
    • getAmount

      public Double getAmount()
      Generated method - Getter of the PromotionOrderAdjustTotalAction.amount attribute.
      Returns:
      the amount - The amount to adjust the cart total by.
    • getAmountAsPrimitive

      public double getAmountAsPrimitive(SessionContext ctx)
      Generated method - Getter of the PromotionOrderAdjustTotalAction.amount attribute.
      Returns:
      the amount - The amount to adjust the cart total by.
    • getAmountAsPrimitive

      public double getAmountAsPrimitive()
      Generated method - Getter of the PromotionOrderAdjustTotalAction.amount attribute.
      Returns:
      the amount - The amount to adjust the cart total by.
    • setAmount

      public void setAmount(SessionContext ctx, Double value)
      Generated method - Setter of the PromotionOrderAdjustTotalAction.amount attribute.
      Parameters:
      value - the amount - The amount to adjust the cart total by.
    • setAmount

      public void setAmount(Double value)
      Generated method - Setter of the PromotionOrderAdjustTotalAction.amount attribute.
      Parameters:
      value - the amount - The amount to adjust the cart total by.
    • setAmount

      public void setAmount(SessionContext ctx, double value)
      Generated method - Setter of the PromotionOrderAdjustTotalAction.amount attribute.
      Parameters:
      value - the amount - The amount to adjust the cart total by.
    • setAmount

      public void setAmount(double value)
      Generated method - Setter of the PromotionOrderAdjustTotalAction.amount attribute.
      Parameters:
      value - the amount - The amount to adjust the cart total by.