Class GeneratedPromotionOrderAdjustTotalAction

    • Field Detail

      • AMOUNT

        public static final java.lang.String AMOUNT
        Qualifier of the PromotionOrderAdjustTotalAction.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

      • GeneratedPromotionOrderAdjustTotalAction

        public GeneratedPromotionOrderAdjustTotalAction()
    • Method Detail

      • getAmount

        public java.lang.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 java.lang.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,
                              java.lang.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​(java.lang.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.