Class GeneratedProductPerfectPartnerPromotion

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
ProductPerfectPartnerPromotion

public abstract class GeneratedProductPerfectPartnerPromotion extends ProductPromotion
Generated class for type ProductPerfectPartnerPromotion.
See Also:
  • Field Details

    • PARTNERPRODUCTS

      public static final String PARTNERPRODUCTS
      Qualifier of the ProductPerfectPartnerPromotion.partnerProducts attribute
      See Also:
    • PARTNERPRICES

      public static final String PARTNERPRICES
      Qualifier of the ProductPerfectPartnerPromotion.partnerPrices attribute
      See Also:
    • MESSAGEFIRED

      public static final String MESSAGEFIRED
      Qualifier of the ProductPerfectPartnerPromotion.messageFired attribute
      See Also:
    • MESSAGECOULDHAVEFIRED

      public static final String MESSAGECOULDHAVEFIRED
      Qualifier of the ProductPerfectPartnerPromotion.messageCouldHaveFired attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedProductPerfectPartnerPromotion

      public GeneratedProductPerfectPartnerPromotion()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedProductPromotion
    • getMessageCouldHaveFired

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public Collection<PromotionPriceRow> getPartnerPrices(SessionContext ctx)
      Generated method - Getter of the ProductPerfectPartnerPromotion.partnerPrices attribute.
      Returns:
      the partnerPrices - Fixed price for a partner product in specific currencies.
    • getPartnerPrices

      public Collection<PromotionPriceRow> getPartnerPrices()
      Generated method - Getter of the ProductPerfectPartnerPromotion.partnerPrices attribute.
      Returns:
      the partnerPrices - Fixed price for a partner product in specific currencies.
    • setPartnerPrices

      public void setPartnerPrices(SessionContext ctx, Collection<PromotionPriceRow> value)
      Generated method - Setter of the ProductPerfectPartnerPromotion.partnerPrices attribute.
      Parameters:
      value - the partnerPrices - Fixed price for a partner product in specific currencies.
    • setPartnerPrices

      public void setPartnerPrices(Collection<PromotionPriceRow> value)
      Generated method - Setter of the ProductPerfectPartnerPromotion.partnerPrices attribute.
      Parameters:
      value - the partnerPrices - Fixed price for a partner product in specific currencies.
    • getPartnerProducts

      public Collection<Product> getPartnerProducts(SessionContext ctx)
      Generated method - Getter of the ProductPerfectPartnerPromotion.partnerProducts attribute.
      Returns:
      the partnerProducts - The collections of products to discount if one of them is in the cart.
    • getPartnerProducts

      public Collection<Product> getPartnerProducts()
      Generated method - Getter of the ProductPerfectPartnerPromotion.partnerProducts attribute.
      Returns:
      the partnerProducts - The collections of products to discount if one of them is in the cart.
    • setPartnerProducts

      public void setPartnerProducts(SessionContext ctx, Collection<Product> value)
      Generated method - Setter of the ProductPerfectPartnerPromotion.partnerProducts attribute.
      Parameters:
      value - the partnerProducts - The collections of products to discount if one of them is in the cart.
    • setPartnerProducts

      public void setPartnerProducts(Collection<Product> value)
      Generated method - Setter of the ProductPerfectPartnerPromotion.partnerProducts attribute.
      Parameters:
      value - the partnerProducts - The collections of products to discount if one of them is in the cart.