Class GeneratedPromotionGroup

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

public abstract class GeneratedPromotionGroup extends GenericItem
Generated class for type PromotionGroup.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedPromotionGroup

      public GeneratedPromotionGroup()
  • Method Details

    • getDefaultAttributeModes

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

      public String getIdentifier(SessionContext ctx)
      Generated method - Getter of the PromotionGroup.Identifier attribute.
      Returns:
      the Identifier
    • getIdentifier

      public String getIdentifier()
      Generated method - Getter of the PromotionGroup.Identifier attribute.
      Returns:
      the Identifier
    • setIdentifier

      public void setIdentifier(SessionContext ctx, String value)
      Generated method - Setter of the PromotionGroup.Identifier attribute.
      Parameters:
      value - the Identifier
    • setIdentifier

      public void setIdentifier(String value)
      Generated method - Setter of the PromotionGroup.Identifier attribute.
      Parameters:
      value - the Identifier
    • getPromotions

      public Collection<AbstractPromotion> getPromotions(SessionContext ctx)
      Generated method - Getter of the PromotionGroup.Promotions attribute.
      Returns:
      the Promotions
    • getPromotions

      public Collection<AbstractPromotion> getPromotions()
      Generated method - Getter of the PromotionGroup.Promotions attribute.
      Returns:
      the Promotions
    • setPromotions

      public void setPromotions(SessionContext ctx, Collection<AbstractPromotion> value)
      Generated method - Setter of the PromotionGroup.Promotions attribute.
      Parameters:
      value - the Promotions
    • setPromotions

      public void setPromotions(Collection<AbstractPromotion> value)
      Generated method - Setter of the PromotionGroup.Promotions attribute.
      Parameters:
      value - the Promotions
    • addToPromotions

      public void addToPromotions(SessionContext ctx, AbstractPromotion value)
      Generated method - Adds value to Promotions.
      Parameters:
      value - the item to add to Promotions
    • addToPromotions

      public void addToPromotions(AbstractPromotion value)
      Generated method - Adds value to Promotions.
      Parameters:
      value - the item to add to Promotions
    • removeFromPromotions

      public void removeFromPromotions(SessionContext ctx, AbstractPromotion value)
      Generated method - Removes value from Promotions.
      Parameters:
      value - the item to remove from Promotions
    • removeFromPromotions

      public void removeFromPromotions(AbstractPromotion value)
      Generated method - Removes value from Promotions.
      Parameters:
      value - the item to remove from Promotions