Class GeneratedProductFixedPricePromotion

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

public abstract class GeneratedProductFixedPricePromotion extends ProductPromotion
Generated class for type ProductFixedPricePromotion.
See Also:
  • Field Details

    • PRODUCTFIXEDUNITPRICE

      public static final String PRODUCTFIXEDUNITPRICE
      Qualifier of the ProductFixedPricePromotion.productFixedUnitPrice attribute
      See Also:
    • MESSAGEFIRED

      public static final String MESSAGEFIRED
      Qualifier of the ProductFixedPricePromotion.messageFired attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedProductFixedPricePromotion

      public GeneratedProductFixedPricePromotion()
  • Method Details

    • getDefaultAttributeModes

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

      public 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 String getMessageFired()
      Generated method - Getter of the ProductFixedPricePromotion.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 ProductFixedPricePromotion.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 ProductFixedPricePromotion.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 ProductFixedPricePromotion.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 ProductFixedPricePromotion.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 ProductFixedPricePromotion.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 ProductFixedPricePromotion.messageFired attribute.
      Parameters:
      value - the messageFired - The message to show when the promotion has fired.
    • getProductFixedUnitPrice

      public 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 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, 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(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.