Class GeneratedAbstractDiscountRow

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

public abstract class GeneratedAbstractDiscountRow extends PDTRow
Generated class for type AbstractDiscountRow.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedAbstractDiscountRow

      public GeneratedAbstractDiscountRow()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedPDTRow
    • 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 Double getValue(SessionContext ctx)
      Generated method - Getter of the AbstractDiscountRow.value attribute.
      Returns:
      the value
    • getValue

      public 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, 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
    • 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