Class LoanDueData
java.lang.Object
org.apache.fineract.portfolio.collectionsheet.data.LoanDueData
Immutable data object for representing loan with dues (example: loan is due for disbursement, repayments).
-
Constructor Summary
ConstructorsConstructorDescriptionLoanDueData(Long loanId, String accountId, Integer accountStatusId, String productShortName, Long productId, org.apache.fineract.organisation.monetary.data.CurrencyData currency, BigDecimal disbursementAmount, BigDecimal principalDue, BigDecimal principalPaid, BigDecimal interestDue, BigDecimal interestPaid, BigDecimal chargesDue, BigDecimal feeDue, BigDecimal feePaid) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.organisation.monetary.data.CurrencyData
-
Constructor Details
-
LoanDueData
public LoanDueData(Long loanId, String accountId, Integer accountStatusId, String productShortName, Long productId, org.apache.fineract.organisation.monetary.data.CurrencyData currency, BigDecimal disbursementAmount, BigDecimal principalDue, BigDecimal principalPaid, BigDecimal interestDue, BigDecimal interestPaid, BigDecimal chargesDue, BigDecimal feeDue, BigDecimal feePaid)
-
-
Method Details
-
getLoanId
-
getAccountId
-
getAccountStatusId
-
getProductShortName
-
getProductId
-
getCurrency
public org.apache.fineract.organisation.monetary.data.CurrencyData getCurrency() -
getDisbursementAmount
-
getPrincipalDue
-
getPrincipalPaid
-
getInterestDue
-
getInterestPaid
-
getChargesDue
-
getFeeDue
-
getFeePaid
-