Class LoanTotalAmountData

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

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

  • Constructor Details

    • LoanTotalAmountData

      public LoanTotalAmountData()
  • Method Details

    • totalCostOfLoan

      public LoanTotalAmountData totalCostOfLoan(BigDecimal totalCostOfLoan)
    • getTotalCostOfLoan

      @Nullable public BigDecimal getTotalCostOfLoan()
      Get totalCostOfLoan
      Returns:
      totalCostOfLoan
    • setTotalCostOfLoan

      public void setTotalCostOfLoan(BigDecimal totalCostOfLoan)
    • totalExpectedCostOfLoan

      public LoanTotalAmountData totalExpectedCostOfLoan(BigDecimal totalExpectedCostOfLoan)
    • getTotalExpectedCostOfLoan

      @Nullable public BigDecimal getTotalExpectedCostOfLoan()
      Get totalExpectedCostOfLoan
      Returns:
      totalExpectedCostOfLoan
    • setTotalExpectedCostOfLoan

      public void setTotalExpectedCostOfLoan(BigDecimal totalExpectedCostOfLoan)
    • totalExpectedRepayment

      public LoanTotalAmountData totalExpectedRepayment(BigDecimal totalExpectedRepayment)
    • getTotalExpectedRepayment

      @Nullable public BigDecimal getTotalExpectedRepayment()
      Get totalExpectedRepayment
      Returns:
      totalExpectedRepayment
    • setTotalExpectedRepayment

      public void setTotalExpectedRepayment(BigDecimal totalExpectedRepayment)
    • totalOutstanding

      public LoanTotalAmountData totalOutstanding(BigDecimal totalOutstanding)
    • getTotalOutstanding

      @Nullable public BigDecimal getTotalOutstanding()
      Get totalOutstanding
      Returns:
      totalOutstanding
    • setTotalOutstanding

      public void setTotalOutstanding(BigDecimal totalOutstanding)
    • totalRepayment

      public LoanTotalAmountData totalRepayment(BigDecimal totalRepayment)
    • getTotalRepayment

      @Nullable public BigDecimal getTotalRepayment()
      Get totalRepayment
      Returns:
      totalRepayment
    • setTotalRepayment

      public void setTotalRepayment(BigDecimal totalRepayment)
    • totalWaived

      public LoanTotalAmountData totalWaived(BigDecimal totalWaived)
    • getTotalWaived

      @Nullable public BigDecimal getTotalWaived()
      Get totalWaived
      Returns:
      totalWaived
    • setTotalWaived

      public void setTotalWaived(BigDecimal totalWaived)
    • totalWrittenOff

      public LoanTotalAmountData totalWrittenOff(BigDecimal totalWrittenOff)
    • getTotalWrittenOff

      @Nullable public BigDecimal getTotalWrittenOff()
      Get totalWrittenOff
      Returns:
      totalWrittenOff
    • setTotalWrittenOff

      public void setTotalWrittenOff(BigDecimal totalWrittenOff)
    • 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