Class GeneratedRefundEntry

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

public abstract class GeneratedRefundEntry extends ReturnEntry
Generated class for type RefundEntry.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedRefundEntry

      public GeneratedRefundEntry()
  • Method Details

    • getDefaultAttributeModes

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

      public BigDecimal getAmount(SessionContext ctx)
      Generated method - Getter of the RefundEntry.amount attribute.
      Returns:
      the amount
    • getAmount

      public BigDecimal getAmount()
      Generated method - Getter of the RefundEntry.amount attribute.
      Returns:
      the amount
    • setAmount

      public void setAmount(SessionContext ctx, BigDecimal value)
      Generated method - Setter of the RefundEntry.amount attribute.
      Parameters:
      value - the amount
    • setAmount

      public void setAmount(BigDecimal value)
      Generated method - Setter of the RefundEntry.amount attribute.
      Parameters:
      value - the amount
    • getCurrency

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

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

      public EnumerationValue getReason(SessionContext ctx)
      Generated method - Getter of the RefundEntry.reason attribute.
      Returns:
      the reason
    • getReason

      public EnumerationValue getReason()
      Generated method - Getter of the RefundEntry.reason attribute.
      Returns:
      the reason
    • setReason

      public void setReason(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the RefundEntry.reason attribute.
      Parameters:
      value - the reason
    • setReason

      public void setReason(EnumerationValue value)
      Generated method - Setter of the RefundEntry.reason attribute.
      Parameters:
      value - the reason
    • getRefundedDate

      public Date getRefundedDate(SessionContext ctx)
      Generated method - Getter of the RefundEntry.refundedDate attribute.
      Returns:
      the refundedDate
    • getRefundedDate

      public Date getRefundedDate()
      Generated method - Getter of the RefundEntry.refundedDate attribute.
      Returns:
      the refundedDate
    • setRefundedDate

      public void setRefundedDate(SessionContext ctx, Date value)
      Generated method - Setter of the RefundEntry.refundedDate attribute.
      Parameters:
      value - the refundedDate
    • setRefundedDate

      public void setRefundedDate(Date value)
      Generated method - Setter of the RefundEntry.refundedDate attribute.
      Parameters:
      value - the refundedDate