public class PaymentSchedule
extends java.lang.Object
Constructor and Description |
---|
PaymentSchedule(Account account) |
Modifier and Type | Method and Description |
---|---|
void |
calculateFromLoanAccount() |
double |
getEscrowPmtRate() |
long |
getInterestRemaining() |
double |
getIntPmtRate() |
double |
getLoanPmtRate() |
long |
getMonthlyPayment() |
int |
getNumPmtsRemaining() |
long |
getNxtInterest() |
long |
getNxtPrincipal() |
void |
refresh() |
public PaymentSchedule(Account account)
public void refresh()
public void calculateFromLoanAccount()
public long getMonthlyPayment()
public int getNumPmtsRemaining()
public long getInterestRemaining()
public long getNxtPrincipal()
public long getNxtInterest()
public double getLoanPmtRate()
public double getIntPmtRate()
public double getEscrowPmtRate()