Class GeneratedPromotionProductRestriction

    • Field Detail

      • PRODUCTS

        public static final java.lang.String PRODUCTS
        Qualifier of the PromotionProductRestriction.products 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

      • GeneratedPromotionProductRestriction

        public GeneratedPromotionProductRestriction()
    • Method Detail

      • getProducts

        public java.util.Collection<Product> getProducts​(SessionContext ctx)
        Generated method - Getter of the PromotionProductRestriction.products attribute.
        Returns:
        the products - The products that the promotion should not be applied to
      • getProducts

        public java.util.Collection<Product> getProducts()
        Generated method - Getter of the PromotionProductRestriction.products attribute.
        Returns:
        the products - The products that the promotion should not be applied to
      • setProducts

        public void setProducts​(SessionContext ctx,
                                java.util.Collection<Product> value)
        Generated method - Setter of the PromotionProductRestriction.products attribute.
        Parameters:
        value - the products - The products that the promotion should not be applied to
      • setProducts

        public void setProducts​(java.util.Collection<Product> value)
        Generated method - Setter of the PromotionProductRestriction.products attribute.
        Parameters:
        value - the products - The products that the promotion should not be applied to