Class GeneratedPromotionQuantityAndPricesRow

    • Field Detail

      • QUANTITY

        public static final java.lang.String QUANTITY
        Qualifier of the PromotionQuantityAndPricesRow.quantity attribute
        See Also:
        Constant Field Values
      • PRICES

        public static final java.lang.String PRICES
        Qualifier of the PromotionQuantityAndPricesRow.prices attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedPromotionQuantityAndPricesRow

        public GeneratedPromotionQuantityAndPricesRow()
    • Method Detail

      • getPrices

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

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

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

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

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

        public java.lang.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,
                                java.lang.Long value)
        Generated method - Setter of the PromotionQuantityAndPricesRow.quantity attribute.
        Parameters:
        value - the quantity
      • setQuantity

        public void setQuantity​(java.lang.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