Class JLGCollectionSheetFlatData
java.lang.Object
org.apache.fineract.portfolio.collectionsheet.data.JLGCollectionSheetFlatData
Immutable data object for extracting flat data for joint liability group's collection sheet.
-
Constructor Summary
ConstructorsConstructorDescriptionJLGCollectionSheetFlatData(String groupName, Long groupId, Long staffId, String staffName, Long levelId, String levelName, 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, org.apache.fineract.infrastructure.core.data.EnumOptionData attendanceType, BigDecimal feeDue, BigDecimal feePaid) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.organisation.monetary.data.CurrencyData
-
Constructor Details
-
JLGCollectionSheetFlatData
public JLGCollectionSheetFlatData(String groupName, Long groupId, Long staffId, String staffName, Long levelId, String levelName, 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, org.apache.fineract.infrastructure.core.data.EnumOptionData attendanceType, BigDecimal feeDue, BigDecimal feePaid)
-
-
Method Details
-
getGroupName
-
getGroupId
-
getStaffId
-
getStaffName
-
getLevelId
-
getLevelName
-
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
-
getJLGGroupData
-
getFeeDue
-
getFeePaid
-