Class GeneratedRuleBasedOrderAddProductAction

    • Field Detail

      • PRODUCT

        public static final java.lang.String PRODUCT
        Qualifier of the RuleBasedOrderAddProductAction.product attribute
        See Also:
        Constant Field Values
      • QUANTITY

        public static final java.lang.String QUANTITY
        Qualifier of the RuleBasedOrderAddProductAction.quantity 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

      • GeneratedRuleBasedOrderAddProductAction

        public GeneratedRuleBasedOrderAddProductAction()
    • Method Detail

      • getProduct

        public Product getProduct​(SessionContext ctx)
        Generated method - Getter of the RuleBasedOrderAddProductAction.product attribute.
        Returns:
        the product - The product to be added
      • getProduct

        public Product getProduct()
        Generated method - Getter of the RuleBasedOrderAddProductAction.product attribute.
        Returns:
        the product - The product to be added
      • setProduct

        public void setProduct​(SessionContext ctx,
                               Product value)
        Generated method - Setter of the RuleBasedOrderAddProductAction.product attribute.
        Parameters:
        value - the product - The product to be added
      • setProduct

        public void setProduct​(Product value)
        Generated method - Setter of the RuleBasedOrderAddProductAction.product attribute.
        Parameters:
        value - the product - The product to be added
      • getQuantity

        public java.lang.Long getQuantity​(SessionContext ctx)
        Generated method - Getter of the RuleBasedOrderAddProductAction.quantity attribute.
        Returns:
        the quantity - The quantity to be added
      • getQuantity

        public java.lang.Long getQuantity()
        Generated method - Getter of the RuleBasedOrderAddProductAction.quantity attribute.
        Returns:
        the quantity - The quantity to be added
      • getQuantityAsPrimitive

        public long getQuantityAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the RuleBasedOrderAddProductAction.quantity attribute.
        Returns:
        the quantity - The quantity to be added
      • getQuantityAsPrimitive

        public long getQuantityAsPrimitive()
        Generated method - Getter of the RuleBasedOrderAddProductAction.quantity attribute.
        Returns:
        the quantity - The quantity to be added
      • setQuantity

        public void setQuantity​(SessionContext ctx,
                                java.lang.Long value)
        Generated method - Setter of the RuleBasedOrderAddProductAction.quantity attribute.
        Parameters:
        value - the quantity - The quantity to be added
      • setQuantity

        public void setQuantity​(java.lang.Long value)
        Generated method - Setter of the RuleBasedOrderAddProductAction.quantity attribute.
        Parameters:
        value - the quantity - The quantity to be added
      • setQuantity

        public void setQuantity​(SessionContext ctx,
                                long value)
        Generated method - Setter of the RuleBasedOrderAddProductAction.quantity attribute.
        Parameters:
        value - the quantity - The quantity to be added
      • setQuantity

        public void setQuantity​(long value)
        Generated method - Setter of the RuleBasedOrderAddProductAction.quantity attribute.
        Parameters:
        value - the quantity - The quantity to be added