Class GeneratedPromotionPriceRow

    • Field Detail

      • CURRENCY

        public static final java.lang.String CURRENCY
        Qualifier of the PromotionPriceRow.currency attribute
        See Also:
        Constant Field Values
      • PRICE

        public static final java.lang.String PRICE
        Qualifier of the PromotionPriceRow.price 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

      • GeneratedPromotionPriceRow

        public GeneratedPromotionPriceRow()
    • Method Detail

      • 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 java.lang.Double getPrice​(SessionContext ctx)
        Generated method - Getter of the PromotionPriceRow.price attribute.
        Returns:
        the price
      • getPrice

        public java.lang.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,
                             java.lang.Double value)
        Generated method - Setter of the PromotionPriceRow.price attribute.
        Parameters:
        value - the price
      • setPrice

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