Class GeneratedAbstractDiscountRow

    • Field Detail

      • CURRENCY

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

        public static final java.lang.String DISCOUNT
        Qualifier of the AbstractDiscountRow.discount attribute
        See Also:
        Constant Field Values
      • VALUE

        public static final java.lang.String VALUE
        Qualifier of the AbstractDiscountRow.value 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

      • GeneratedAbstractDiscountRow

        public GeneratedAbstractDiscountRow()
    • Method Detail

      • getCurrency

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

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

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

        public void setCurrency​(Currency value)
        Generated method - Setter of the AbstractDiscountRow.currency attribute.
        Parameters:
        value - the currency
      • getDiscount

        public Discount getDiscount​(SessionContext ctx)
        Generated method - Getter of the AbstractDiscountRow.discount attribute.
        Returns:
        the discount
      • getDiscount

        public Discount getDiscount()
        Generated method - Getter of the AbstractDiscountRow.discount attribute.
        Returns:
        the discount
      • setDiscount

        protected void setDiscount​(SessionContext ctx,
                                   Discount value)
        Generated method - Setter of the AbstractDiscountRow.discount attribute.
        Parameters:
        value - the discount
      • setDiscount

        protected void setDiscount​(Discount value)
        Generated method - Setter of the AbstractDiscountRow.discount attribute.
        Parameters:
        value - the discount
      • getValue

        public java.lang.Double getValue​(SessionContext ctx)
        Generated method - Getter of the AbstractDiscountRow.value attribute.
        Returns:
        the value
      • getValue

        public java.lang.Double getValue()
        Generated method - Getter of the AbstractDiscountRow.value attribute.
        Returns:
        the value
      • getValueAsPrimitive

        public double getValueAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the AbstractDiscountRow.value attribute.
        Returns:
        the value
      • getValueAsPrimitive

        public double getValueAsPrimitive()
        Generated method - Getter of the AbstractDiscountRow.value attribute.
        Returns:
        the value
      • setValue

        public void setValue​(SessionContext ctx,
                             java.lang.Double value)
        Generated method - Setter of the AbstractDiscountRow.value attribute.
        Parameters:
        value - the value
      • setValue

        public void setValue​(java.lang.Double value)
        Generated method - Setter of the AbstractDiscountRow.value attribute.
        Parameters:
        value - the value
      • setValue

        public void setValue​(SessionContext ctx,
                             double value)
        Generated method - Setter of the AbstractDiscountRow.value attribute.
        Parameters:
        value - the value
      • setValue

        public void setValue​(double value)
        Generated method - Setter of the AbstractDiscountRow.value attribute.
        Parameters:
        value - the value