Class GeneratedProductFixedPricePromotion

    • Field Detail

      • PRODUCTFIXEDUNITPRICE

        public static final java.lang.String PRODUCTFIXEDUNITPRICE
        Qualifier of the ProductFixedPricePromotion.productFixedUnitPrice attribute
        See Also:
        Constant Field Values
      • MESSAGEFIRED

        public static final java.lang.String MESSAGEFIRED
        Qualifier of the ProductFixedPricePromotion.messageFired 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

      • GeneratedProductFixedPricePromotion

        public GeneratedProductFixedPricePromotion()
    • Method Detail

      • getMessageFired

        public java.lang.String getMessageFired​(SessionContext ctx)
        Generated method - Getter of the ProductFixedPricePromotion.messageFired attribute.
        Returns:
        the messageFired - The message to show when the promotion has fired.
      • getMessageFired

        public java.lang.String getMessageFired()
        Generated method - Getter of the ProductFixedPricePromotion.messageFired attribute.
        Returns:
        the messageFired - The message to show when the promotion has fired.
      • getAllMessageFired

        public java.util.Map<Language,​java.lang.String> getAllMessageFired​(SessionContext ctx)
        Generated method - Getter of the ProductFixedPricePromotion.messageFired attribute.
        Returns:
        the localized messageFired - The message to show when the promotion has fired.
      • getAllMessageFired

        public java.util.Map<Language,​java.lang.String> getAllMessageFired()
        Generated method - Getter of the ProductFixedPricePromotion.messageFired attribute.
        Returns:
        the localized messageFired - The message to show when the promotion has fired.
      • setMessageFired

        public void setMessageFired​(SessionContext ctx,
                                    java.lang.String value)
        Generated method - Setter of the ProductFixedPricePromotion.messageFired attribute.
        Parameters:
        value - the messageFired - The message to show when the promotion has fired.
      • setMessageFired

        public void setMessageFired​(java.lang.String value)
        Generated method - Setter of the ProductFixedPricePromotion.messageFired attribute.
        Parameters:
        value - the messageFired - The message to show when the promotion has fired.
      • setAllMessageFired

        public void setAllMessageFired​(SessionContext ctx,
                                       java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the ProductFixedPricePromotion.messageFired attribute.
        Parameters:
        value - the messageFired - The message to show when the promotion has fired.
      • setAllMessageFired

        public void setAllMessageFired​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the ProductFixedPricePromotion.messageFired attribute.
        Parameters:
        value - the messageFired - The message to show when the promotion has fired.
      • getProductFixedUnitPrice

        public java.util.Collection<PromotionPriceRow> getProductFixedUnitPrice​(SessionContext ctx)
        Generated method - Getter of the ProductFixedPricePromotion.productFixedUnitPrice attribute.
        Returns:
        the productFixedUnitPrice - Fixed price to sell the product at in specific currencies.
      • getProductFixedUnitPrice

        public java.util.Collection<PromotionPriceRow> getProductFixedUnitPrice()
        Generated method - Getter of the ProductFixedPricePromotion.productFixedUnitPrice attribute.
        Returns:
        the productFixedUnitPrice - Fixed price to sell the product at in specific currencies.
      • setProductFixedUnitPrice

        public void setProductFixedUnitPrice​(SessionContext ctx,
                                             java.util.Collection<PromotionPriceRow> value)
        Generated method - Setter of the ProductFixedPricePromotion.productFixedUnitPrice attribute.
        Parameters:
        value - the productFixedUnitPrice - Fixed price to sell the product at in specific currencies.
      • setProductFixedUnitPrice

        public void setProductFixedUnitPrice​(java.util.Collection<PromotionPriceRow> value)
        Generated method - Setter of the ProductFixedPricePromotion.productFixedUnitPrice attribute.
        Parameters:
        value - the productFixedUnitPrice - Fixed price to sell the product at in specific currencies.