java.lang.Object
org.apache.fineract.portfolio.collectionsheet.data.LoanDueData

public class LoanDueData extends Object
Immutable data object for representing loan with dues (example: loan is due for disbursement, repayments).
  • Constructor Details

  • Method Details

    • getLoanId

      public Long getLoanId()
    • getAccountId

      public String getAccountId()
    • getAccountStatusId

      public Integer getAccountStatusId()
    • getProductShortName

      public String getProductShortName()
    • getProductId

      public Long getProductId()
    • getCurrency

      public org.apache.fineract.organisation.monetary.data.CurrencyData getCurrency()
    • getDisbursementAmount

      public BigDecimal getDisbursementAmount()
    • getPrincipalDue

      public BigDecimal getPrincipalDue()
    • getPrincipalPaid

      public BigDecimal getPrincipalPaid()
    • getInterestDue

      public BigDecimal getInterestDue()
    • getInterestPaid

      public BigDecimal getInterestPaid()
    • getChargesDue

      public BigDecimal getChargesDue()
    • getFeeDue

      public BigDecimal getFeeDue()
    • getFeePaid

      public BigDecimal getFeePaid()