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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet totalCostOfLoanGet totalExpectedCostOfLoanGet totalExpectedRepaymentGet totalOutstandingGet totalRepaymentGet totalWaivedGet totalWrittenOffinthashCode()voidsetTotalCostOfLoan(BigDecimal totalCostOfLoan) voidsetTotalExpectedCostOfLoan(BigDecimal totalExpectedCostOfLoan) voidsetTotalExpectedRepayment(BigDecimal totalExpectedRepayment) voidsetTotalOutstanding(BigDecimal totalOutstanding) voidsetTotalRepayment(BigDecimal totalRepayment) voidsetTotalWaived(BigDecimal totalWaived) voidsetTotalWrittenOff(BigDecimal totalWrittenOff) toString()totalCostOfLoan(BigDecimal totalCostOfLoan) totalExpectedCostOfLoan(BigDecimal totalExpectedCostOfLoan) totalExpectedRepayment(BigDecimal totalExpectedRepayment) totalOutstanding(BigDecimal totalOutstanding) totalRepayment(BigDecimal totalRepayment) totalWaived(BigDecimal totalWaived) totalWrittenOff(BigDecimal totalWrittenOff)
-
Field Details
-
SERIALIZED_NAME_TOTAL_COST_OF_LOAN
- See Also:
-
SERIALIZED_NAME_TOTAL_EXPECTED_COST_OF_LOAN
- See Also:
-
SERIALIZED_NAME_TOTAL_EXPECTED_REPAYMENT
- See Also:
-
SERIALIZED_NAME_TOTAL_OUTSTANDING
- See Also:
-
SERIALIZED_NAME_TOTAL_REPAYMENT
- See Also:
-
SERIALIZED_NAME_TOTAL_WAIVED
- See Also:
-
SERIALIZED_NAME_TOTAL_WRITTEN_OFF
- See Also:
-
-
Constructor Details
-
LoanTotalAmountData
public LoanTotalAmountData()
-
-
Method Details
-
totalCostOfLoan
-
getTotalCostOfLoan
Get totalCostOfLoan- Returns:
- totalCostOfLoan
-
setTotalCostOfLoan
-
totalExpectedCostOfLoan
-
getTotalExpectedCostOfLoan
Get totalExpectedCostOfLoan- Returns:
- totalExpectedCostOfLoan
-
setTotalExpectedCostOfLoan
-
totalExpectedRepayment
-
getTotalExpectedRepayment
Get totalExpectedRepayment- Returns:
- totalExpectedRepayment
-
setTotalExpectedRepayment
-
totalOutstanding
-
getTotalOutstanding
Get totalOutstanding- Returns:
- totalOutstanding
-
setTotalOutstanding
-
totalRepayment
-
getTotalRepayment
Get totalRepayment- Returns:
- totalRepayment
-
setTotalRepayment
-
totalWaived
-
getTotalWaived
Get totalWaived- Returns:
- totalWaived
-
setTotalWaived
-
totalWrittenOff
-
getTotalWrittenOff
Get totalWrittenOff- Returns:
- totalWrittenOff
-
setTotalWrittenOff
-
equals
-
hashCode
public int hashCode() -
toString
-