Class GeneratedPromotionPriceRow

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

public abstract class GeneratedPromotionPriceRow extends GenericItem
Generated class for type PromotionPriceRow.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedPromotionPriceRow

      public GeneratedPromotionPriceRow()
  • Method Details

    • getDefaultAttributeModes

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

      public Currency getCurrency(SessionContext ctx)
      Generated method - Getter of the PromotionPriceRow.currency attribute.
      Returns:
      the currency
    • getCurrency

      public Currency getCurrency()
      Generated method - Getter of the PromotionPriceRow.currency attribute.
      Returns:
      the currency
    • setCurrency

      public void setCurrency(SessionContext ctx, Currency value)
      Generated method - Setter of the PromotionPriceRow.currency attribute.
      Parameters:
      value - the currency
    • setCurrency

      public void setCurrency(Currency value)
      Generated method - Setter of the PromotionPriceRow.currency attribute.
      Parameters:
      value - the currency
    • getPrice

      public Double getPrice(SessionContext ctx)
      Generated method - Getter of the PromotionPriceRow.price attribute.
      Returns:
      the price
    • getPrice

      public Double getPrice()
      Generated method - Getter of the PromotionPriceRow.price attribute.
      Returns:
      the price
    • getPriceAsPrimitive

      public double getPriceAsPrimitive(SessionContext ctx)
      Generated method - Getter of the PromotionPriceRow.price attribute.
      Returns:
      the price
    • getPriceAsPrimitive

      public double getPriceAsPrimitive()
      Generated method - Getter of the PromotionPriceRow.price attribute.
      Returns:
      the price
    • setPrice

      public void setPrice(SessionContext ctx, Double value)
      Generated method - Setter of the PromotionPriceRow.price attribute.
      Parameters:
      value - the price
    • setPrice

      public void setPrice(Double value)
      Generated method - Setter of the PromotionPriceRow.price attribute.
      Parameters:
      value - the price
    • setPrice

      public void setPrice(SessionContext ctx, double value)
      Generated method - Setter of the PromotionPriceRow.price attribute.
      Parameters:
      value - the price
    • setPrice

      public void setPrice(double value)
      Generated method - Setter of the PromotionPriceRow.price attribute.
      Parameters:
      value - the price