Class GeneratedPromotionQuantityAndPricesRow

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

public abstract class GeneratedPromotionQuantityAndPricesRow extends GenericItem
Generated class for type PromotionQuantityAndPricesRow.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedPromotionQuantityAndPricesRow

      public GeneratedPromotionQuantityAndPricesRow()
  • Method Details

    • getDefaultAttributeModes

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

      public Collection<PromotionPriceRow> getPrices(SessionContext ctx)
      Generated method - Getter of the PromotionQuantityAndPricesRow.prices attribute.
      Returns:
      the prices - Prices in specific currencies.
    • getPrices

      public Collection<PromotionPriceRow> getPrices()
      Generated method - Getter of the PromotionQuantityAndPricesRow.prices attribute.
      Returns:
      the prices - Prices in specific currencies.
    • setPrices

      public void setPrices(SessionContext ctx, Collection<PromotionPriceRow> value)
      Generated method - Setter of the PromotionQuantityAndPricesRow.prices attribute.
      Parameters:
      value - the prices - Prices in specific currencies.
    • setPrices

      public void setPrices(Collection<PromotionPriceRow> value)
      Generated method - Setter of the PromotionQuantityAndPricesRow.prices attribute.
      Parameters:
      value - the prices - Prices in specific currencies.
    • getQuantity

      public Long getQuantity(SessionContext ctx)
      Generated method - Getter of the PromotionQuantityAndPricesRow.quantity attribute.
      Returns:
      the quantity
    • getQuantity

      public Long getQuantity()
      Generated method - Getter of the PromotionQuantityAndPricesRow.quantity attribute.
      Returns:
      the quantity
    • getQuantityAsPrimitive

      public long getQuantityAsPrimitive(SessionContext ctx)
      Generated method - Getter of the PromotionQuantityAndPricesRow.quantity attribute.
      Returns:
      the quantity
    • getQuantityAsPrimitive

      public long getQuantityAsPrimitive()
      Generated method - Getter of the PromotionQuantityAndPricesRow.quantity attribute.
      Returns:
      the quantity
    • setQuantity

      public void setQuantity(SessionContext ctx, Long value)
      Generated method - Setter of the PromotionQuantityAndPricesRow.quantity attribute.
      Parameters:
      value - the quantity
    • setQuantity

      public void setQuantity(Long value)
      Generated method - Setter of the PromotionQuantityAndPricesRow.quantity attribute.
      Parameters:
      value - the quantity
    • setQuantity

      public void setQuantity(SessionContext ctx, long value)
      Generated method - Setter of the PromotionQuantityAndPricesRow.quantity attribute.
      Parameters:
      value - the quantity
    • setQuantity

      public void setQuantity(long value)
      Generated method - Setter of the PromotionQuantityAndPricesRow.quantity attribute.
      Parameters:
      value - the quantity