Class IndividualCollectionSheetLoanFlatData
java.lang.Object
org.apache.fineract.portfolio.collectionsheet.data.IndividualCollectionSheetLoanFlatData
Immutable data object for extracting flat data for joint liability group's collection sheet.
-
Constructor Summary
ConstructorsConstructorDescriptionIndividualCollectionSheetLoanFlatData(String clientName, Long clientId, 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
-
IndividualCollectionSheetLoanFlatData
public IndividualCollectionSheetLoanFlatData(String clientName, Long clientId, 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
-
getClientName
-
getClientId
-
getLoanId
-
getAccountId
-
getAccountStatusId
-
getProductShortName
-
getProductId
-
getCurrency
public org.apache.fineract.organisation.monetary.data.CurrencyData getCurrency() -
getDisbursementAmount
-
getPrincipalDue
-
getPrincipalPaid
-
getInterestDue
-
getInterestPaid
-
getChargesDue
-
getLoanDueData
-
getClientData
-
getFeeDue
-
getFeePaid
-