Class GetLoansLoanIdDisbursementDetails

java.lang.Object
org.apache.fineract.client.models.GetLoansLoanIdDisbursementDetails

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class GetLoansLoanIdDisbursementDetails extends Object
GetLoansLoanIdDisbursementDetails
  • Field Details

  • Constructor Details

    • GetLoansLoanIdDisbursementDetails

      public GetLoansLoanIdDisbursementDetails()
  • Method Details

    • actualDisbursementDate

      public GetLoansLoanIdDisbursementDetails actualDisbursementDate(LocalDate actualDisbursementDate)
    • getActualDisbursementDate

      @Nullable public LocalDate getActualDisbursementDate()
      Get actualDisbursementDate
      Returns:
      actualDisbursementDate
    • setActualDisbursementDate

      public void setActualDisbursementDate(LocalDate actualDisbursementDate)
    • approvedPrincipal

      public GetLoansLoanIdDisbursementDetails approvedPrincipal(Float approvedPrincipal)
    • getApprovedPrincipal

      @Nullable public Float getApprovedPrincipal()
      Get approvedPrincipal
      Returns:
      approvedPrincipal
    • setApprovedPrincipal

      public void setApprovedPrincipal(Float approvedPrincipal)
    • chargeAmount

      public GetLoansLoanIdDisbursementDetails chargeAmount(Double chargeAmount)
    • getChargeAmount

      @Nullable public Double getChargeAmount()
      Get chargeAmount
      Returns:
      chargeAmount
    • setChargeAmount

      public void setChargeAmount(Double chargeAmount)
    • dateFormat

      public GetLoansLoanIdDisbursementDetails dateFormat(String dateFormat)
    • getDateFormat

      @Nullable public String getDateFormat()
      Get dateFormat
      Returns:
      dateFormat
    • setDateFormat

      public void setDateFormat(String dateFormat)
    • expectedDisbursementDate

      public GetLoansLoanIdDisbursementDetails expectedDisbursementDate(LocalDate expectedDisbursementDate)
    • getExpectedDisbursementDate

      @Nullable public LocalDate getExpectedDisbursementDate()
      Get expectedDisbursementDate
      Returns:
      expectedDisbursementDate
    • setExpectedDisbursementDate

      public void setExpectedDisbursementDate(LocalDate expectedDisbursementDate)
    • id

    • getId

      @Nullable public Long getId()
      Get id
      Returns:
      id
    • setId

      public void setId(Long id)
    • loanChargeId

      public GetLoansLoanIdDisbursementDetails loanChargeId(String loanChargeId)
    • getLoanChargeId

      @Nullable public String getLoanChargeId()
      Get loanChargeId
      Returns:
      loanChargeId
    • setLoanChargeId

      public void setLoanChargeId(String loanChargeId)
    • locale

      public GetLoansLoanIdDisbursementDetails locale(String locale)
    • getLocale

      @Nullable public String getLocale()
      Get locale
      Returns:
      locale
    • setLocale

      public void setLocale(String locale)
    • netDisbursalAmount

      public GetLoansLoanIdDisbursementDetails netDisbursalAmount(Double netDisbursalAmount)
    • getNetDisbursalAmount

      @Nullable public Double getNetDisbursalAmount()
      Get netDisbursalAmount
      Returns:
      netDisbursalAmount
    • setNetDisbursalAmount

      public void setNetDisbursalAmount(Double netDisbursalAmount)
    • note

    • getNote

      @Nullable public String getNote()
      Get note
      Returns:
      note
    • setNote

      public void setNote(String note)
    • principal

      public GetLoansLoanIdDisbursementDetails principal(Double principal)
    • getPrincipal

      @Nullable public Double getPrincipal()
      Get principal
      Returns:
      principal
    • setPrincipal

      public void setPrincipal(Double principal)
    • waivedChargeAmount

      public GetLoansLoanIdDisbursementDetails waivedChargeAmount(Double waivedChargeAmount)
    • getWaivedChargeAmount

      @Nullable public Double getWaivedChargeAmount()
      Get waivedChargeAmount
      Returns:
      waivedChargeAmount
    • setWaivedChargeAmount

      public void setWaivedChargeAmount(Double waivedChargeAmount)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object