Class GeneratedRefundEntry

    • Field Detail

      • REASON

        public static final java.lang.String REASON
        Qualifier of the RefundEntry.reason attribute
        See Also:
        Constant Field Values
      • AMOUNT

        public static final java.lang.String AMOUNT
        Qualifier of the RefundEntry.amount attribute
        See Also:
        Constant Field Values
      • CURRENCY

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

        public static final java.lang.String REFUNDEDDATE
        Qualifier of the RefundEntry.refundedDate 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

      • GeneratedRefundEntry

        public GeneratedRefundEntry()
    • Method Detail

      • getAmount

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

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

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

        public void setAmount​(java.math.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 java.util.Date getRefundedDate​(SessionContext ctx)
        Generated method - Getter of the RefundEntry.refundedDate attribute.
        Returns:
        the refundedDate
      • getRefundedDate

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

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

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