Class GeneratedProductPerfectPartnerBundlePromotion

    • Field Detail

      • BASEPRODUCT

        public static final java.lang.String BASEPRODUCT
        Qualifier of the ProductPerfectPartnerBundlePromotion.baseProduct attribute
        See Also:
        Constant Field Values
      • PARTNERPRODUCTS

        public static final java.lang.String PARTNERPRODUCTS
        Qualifier of the ProductPerfectPartnerBundlePromotion.partnerProducts attribute
        See Also:
        Constant Field Values
      • QUALIFYINGCOUNT

        public static final java.lang.String QUALIFYINGCOUNT
        Qualifier of the ProductPerfectPartnerBundlePromotion.qualifyingCount attribute
        See Also:
        Constant Field Values
      • BUNDLEPRICES

        public static final java.lang.String BUNDLEPRICES
        Qualifier of the ProductPerfectPartnerBundlePromotion.bundlePrices attribute
        See Also:
        Constant Field Values
      • MESSAGEFIRED

        public static final java.lang.String MESSAGEFIRED
        Qualifier of the ProductPerfectPartnerBundlePromotion.messageFired attribute
        See Also:
        Constant Field Values
      • MESSAGECOULDHAVEFIRED

        public static final java.lang.String MESSAGECOULDHAVEFIRED
        Qualifier of the ProductPerfectPartnerBundlePromotion.messageCouldHaveFired 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

      • GeneratedProductPerfectPartnerBundlePromotion

        public GeneratedProductPerfectPartnerBundlePromotion()
    • Method Detail

      • getBaseProduct

        public abstract Product getBaseProduct​(SessionContext ctx)
        Generated method - Getter of the ProductPerfectPartnerBundlePromotion.baseProduct attribute.
        Returns:
        the baseProduct - The base product.
      • getBaseProduct

        public Product getBaseProduct()
        Generated method - Getter of the ProductPerfectPartnerBundlePromotion.baseProduct attribute.
        Returns:
        the baseProduct - The base product.
      • setBaseProduct

        public abstract void setBaseProduct​(SessionContext ctx,
                                            Product value)
        Generated method - Setter of the ProductPerfectPartnerBundlePromotion.baseProduct attribute.
        Parameters:
        value - the baseProduct - The base product.
      • setBaseProduct

        public void setBaseProduct​(Product value)
        Generated method - Setter of the ProductPerfectPartnerBundlePromotion.baseProduct attribute.
        Parameters:
        value - the baseProduct - The base product.
      • getBundlePrices

        public java.util.Collection<PromotionPriceRow> getBundlePrices​(SessionContext ctx)
        Generated method - Getter of the ProductPerfectPartnerBundlePromotion.bundlePrices attribute.
        Returns:
        the bundlePrices - Fixed bundle price for the base product and selected partner products in specific currencies.
      • getBundlePrices

        public java.util.Collection<PromotionPriceRow> getBundlePrices()
        Generated method - Getter of the ProductPerfectPartnerBundlePromotion.bundlePrices attribute.
        Returns:
        the bundlePrices - Fixed bundle price for the base product and selected partner products in specific currencies.
      • setBundlePrices

        public void setBundlePrices​(SessionContext ctx,
                                    java.util.Collection<PromotionPriceRow> value)
        Generated method - Setter of the ProductPerfectPartnerBundlePromotion.bundlePrices attribute.
        Parameters:
        value - the bundlePrices - Fixed bundle price for the base product and selected partner products in specific currencies.
      • setBundlePrices

        public void setBundlePrices​(java.util.Collection<PromotionPriceRow> value)
        Generated method - Setter of the ProductPerfectPartnerBundlePromotion.bundlePrices attribute.
        Parameters:
        value - the bundlePrices - Fixed bundle price for the base product and selected partner products in specific currencies.
      • getMessageCouldHaveFired

        public java.lang.String getMessageCouldHaveFired​(SessionContext ctx)
        Generated method - Getter of the ProductPerfectPartnerBundlePromotion.messageCouldHaveFired attribute.
        Returns:
        the messageCouldHaveFired - The message to show when the promotion could have potentially fire.
      • getMessageCouldHaveFired

        public java.lang.String getMessageCouldHaveFired()
        Generated method - Getter of the ProductPerfectPartnerBundlePromotion.messageCouldHaveFired attribute.
        Returns:
        the messageCouldHaveFired - The message to show when the promotion could have potentially fire.
      • getAllMessageCouldHaveFired

        public java.util.Map<Language,​java.lang.String> getAllMessageCouldHaveFired​(SessionContext ctx)
        Generated method - Getter of the ProductPerfectPartnerBundlePromotion.messageCouldHaveFired attribute.
        Returns:
        the localized messageCouldHaveFired - The message to show when the promotion could have potentially fire.
      • getAllMessageCouldHaveFired

        public java.util.Map<Language,​java.lang.String> getAllMessageCouldHaveFired()
        Generated method - Getter of the ProductPerfectPartnerBundlePromotion.messageCouldHaveFired attribute.
        Returns:
        the localized messageCouldHaveFired - The message to show when the promotion could have potentially fire.
      • setMessageCouldHaveFired

        public void setMessageCouldHaveFired​(SessionContext ctx,
                                             java.lang.String value)
        Generated method - Setter of the ProductPerfectPartnerBundlePromotion.messageCouldHaveFired attribute.
        Parameters:
        value - the messageCouldHaveFired - The message to show when the promotion could have potentially fire.
      • setMessageCouldHaveFired

        public void setMessageCouldHaveFired​(java.lang.String value)
        Generated method - Setter of the ProductPerfectPartnerBundlePromotion.messageCouldHaveFired attribute.
        Parameters:
        value - the messageCouldHaveFired - The message to show when the promotion could have potentially fire.
      • setAllMessageCouldHaveFired

        public void setAllMessageCouldHaveFired​(SessionContext ctx,
                                                java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the ProductPerfectPartnerBundlePromotion.messageCouldHaveFired attribute.
        Parameters:
        value - the messageCouldHaveFired - The message to show when the promotion could have potentially fire.
      • setAllMessageCouldHaveFired

        public void setAllMessageCouldHaveFired​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the ProductPerfectPartnerBundlePromotion.messageCouldHaveFired attribute.
        Parameters:
        value - the messageCouldHaveFired - The message to show when the promotion could have potentially fire.
      • getMessageFired

        public java.lang.String getMessageFired​(SessionContext ctx)
        Generated method - Getter of the ProductPerfectPartnerBundlePromotion.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 ProductPerfectPartnerBundlePromotion.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 ProductPerfectPartnerBundlePromotion.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 ProductPerfectPartnerBundlePromotion.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 ProductPerfectPartnerBundlePromotion.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 ProductPerfectPartnerBundlePromotion.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 ProductPerfectPartnerBundlePromotion.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 ProductPerfectPartnerBundlePromotion.messageFired attribute.
        Parameters:
        value - the messageFired - The message to show when the promotion has fired.
      • getPartnerProducts

        public java.util.Collection<Product> getPartnerProducts​(SessionContext ctx)
        Generated method - Getter of the ProductPerfectPartnerBundlePromotion.partnerProducts attribute.
        Returns:
        the partnerProducts - The collections of potential partner products.
      • getPartnerProducts

        public java.util.Collection<Product> getPartnerProducts()
        Generated method - Getter of the ProductPerfectPartnerBundlePromotion.partnerProducts attribute.
        Returns:
        the partnerProducts - The collections of potential partner products.
      • setPartnerProducts

        public void setPartnerProducts​(SessionContext ctx,
                                       java.util.Collection<Product> value)
        Generated method - Setter of the ProductPerfectPartnerBundlePromotion.partnerProducts attribute.
        Parameters:
        value - the partnerProducts - The collections of potential partner products.
      • setPartnerProducts

        public void setPartnerProducts​(java.util.Collection<Product> value)
        Generated method - Setter of the ProductPerfectPartnerBundlePromotion.partnerProducts attribute.
        Parameters:
        value - the partnerProducts - The collections of potential partner products.
      • getQualifyingCount

        public java.lang.Integer getQualifyingCount​(SessionContext ctx)
        Generated method - Getter of the ProductPerfectPartnerBundlePromotion.qualifyingCount attribute.
        Returns:
        the qualifyingCount - The number of partner products required to qualify for the promotion.
      • getQualifyingCount

        public java.lang.Integer getQualifyingCount()
        Generated method - Getter of the ProductPerfectPartnerBundlePromotion.qualifyingCount attribute.
        Returns:
        the qualifyingCount - The number of partner products required to qualify for the promotion.
      • getQualifyingCountAsPrimitive

        public int getQualifyingCountAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the ProductPerfectPartnerBundlePromotion.qualifyingCount attribute.
        Returns:
        the qualifyingCount - The number of partner products required to qualify for the promotion.
      • getQualifyingCountAsPrimitive

        public int getQualifyingCountAsPrimitive()
        Generated method - Getter of the ProductPerfectPartnerBundlePromotion.qualifyingCount attribute.
        Returns:
        the qualifyingCount - The number of partner products required to qualify for the promotion.
      • setQualifyingCount

        public void setQualifyingCount​(SessionContext ctx,
                                       java.lang.Integer value)
        Generated method - Setter of the ProductPerfectPartnerBundlePromotion.qualifyingCount attribute.
        Parameters:
        value - the qualifyingCount - The number of partner products required to qualify for the promotion.
      • setQualifyingCount

        public void setQualifyingCount​(java.lang.Integer value)
        Generated method - Setter of the ProductPerfectPartnerBundlePromotion.qualifyingCount attribute.
        Parameters:
        value - the qualifyingCount - The number of partner products required to qualify for the promotion.
      • setQualifyingCount

        public void setQualifyingCount​(SessionContext ctx,
                                       int value)
        Generated method - Setter of the ProductPerfectPartnerBundlePromotion.qualifyingCount attribute.
        Parameters:
        value - the qualifyingCount - The number of partner products required to qualify for the promotion.
      • setQualifyingCount

        public void setQualifyingCount​(int value)
        Generated method - Setter of the ProductPerfectPartnerBundlePromotion.qualifyingCount attribute.
        Parameters:
        value - the qualifyingCount - The number of partner products required to qualify for the promotion.