Class BuyDownFeeAmortizationDetails

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

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

  • Constructor Details

    • BuyDownFeeAmortizationDetails

      public BuyDownFeeAmortizationDetails()
  • Method Details

    • adjustedAmount

      public BuyDownFeeAmortizationDetails adjustedAmount(BigDecimal adjustedAmount)
    • getAdjustedAmount

      @Nullable public BigDecimal getAdjustedAmount()
      Get adjustedAmount
      Returns:
      adjustedAmount
    • setAdjustedAmount

      public void setAdjustedAmount(BigDecimal adjustedAmount)
    • amortizedAmount

      public BuyDownFeeAmortizationDetails amortizedAmount(BigDecimal amortizedAmount)
    • getAmortizedAmount

      @Nullable public BigDecimal getAmortizedAmount()
      Get amortizedAmount
      Returns:
      amortizedAmount
    • setAmortizedAmount

      public void setAmortizedAmount(BigDecimal amortizedAmount)
    • buyDownFeeAmount

      public BuyDownFeeAmortizationDetails buyDownFeeAmount(BigDecimal buyDownFeeAmount)
    • getBuyDownFeeAmount

      @Nullable public BigDecimal getBuyDownFeeAmount()
      Get buyDownFeeAmount
      Returns:
      buyDownFeeAmount
    • setBuyDownFeeAmount

      public void setBuyDownFeeAmount(BigDecimal buyDownFeeAmount)
    • buyDownFeeDate

      public BuyDownFeeAmortizationDetails buyDownFeeDate(LocalDate buyDownFeeDate)
    • getBuyDownFeeDate

      @Nullable public LocalDate getBuyDownFeeDate()
      Get buyDownFeeDate
      Returns:
      buyDownFeeDate
    • setBuyDownFeeDate

      public void setBuyDownFeeDate(LocalDate buyDownFeeDate)
    • chargedOffAmount

      public BuyDownFeeAmortizationDetails chargedOffAmount(BigDecimal chargedOffAmount)
    • getChargedOffAmount

      @Nullable public BigDecimal getChargedOffAmount()
      Get chargedOffAmount
      Returns:
      chargedOffAmount
    • setChargedOffAmount

      public void setChargedOffAmount(BigDecimal chargedOffAmount)
    • id

    • getId

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

      public void setId(Long id)
    • loanId

      public BuyDownFeeAmortizationDetails loanId(Long loanId)
    • getLoanId

      @Nullable public Long getLoanId()
      Get loanId
      Returns:
      loanId
    • setLoanId

      public void setLoanId(Long loanId)
    • notYetAmortizedAmount

      public BuyDownFeeAmortizationDetails notYetAmortizedAmount(BigDecimal notYetAmortizedAmount)
    • getNotYetAmortizedAmount

      @Nullable public BigDecimal getNotYetAmortizedAmount()
      Get notYetAmortizedAmount
      Returns:
      notYetAmortizedAmount
    • setNotYetAmortizedAmount

      public void setNotYetAmortizedAmount(BigDecimal notYetAmortizedAmount)
    • transactionId

      public BuyDownFeeAmortizationDetails transactionId(Long transactionId)
    • getTransactionId

      @Nullable public Long getTransactionId()
      Get transactionId
      Returns:
      transactionId
    • setTransactionId

      public void setTransactionId(Long transactionId)
    • 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