- java.lang.Object
-
- org.quantlib.Observable
-
- org.quantlib.CashFlow
-
- org.quantlib.AmortizingPayment
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class AmortizingPayment extends CashFlow implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description AmortizingPayment(double amount, Date date)protectedAmortizingPayment(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(AmortizingPayment obj)protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.CashFlow
amount, date, getCPtr, hasOccurred, hasOccurred
-
Methods inherited from class org.quantlib.Observable
getCPtr
-
-
-
-
Constructor Detail
-
AmortizingPayment
protected AmortizingPayment(long cPtr, boolean cMemoryOwn)
-
AmortizingPayment
public AmortizingPayment(double amount, Date date)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(AmortizingPayment obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classCashFlow
-
-