Class LoanInterestData
java.lang.Object
org.apache.fineract.client.models.LoanInterestData
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class LoanInterestData
extends Object
LoanInterestData
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet interestChargedGet interestOutstandingGet interestPaidGet interestWaivedGet interestWrittenOffinthashCode()interestCharged(BigDecimal interestCharged) interestOutstanding(BigDecimal interestOutstanding) interestPaid(BigDecimal interestPaid) interestWaived(BigDecimal interestWaived) interestWrittenOff(BigDecimal interestWrittenOff) voidsetInterestCharged(BigDecimal interestCharged) voidsetInterestOutstanding(BigDecimal interestOutstanding) voidsetInterestPaid(BigDecimal interestPaid) voidsetInterestWaived(BigDecimal interestWaived) voidsetInterestWrittenOff(BigDecimal interestWrittenOff) toString()
-
Field Details
-
SERIALIZED_NAME_INTEREST_CHARGED
- See Also:
-
SERIALIZED_NAME_INTEREST_OUTSTANDING
- See Also:
-
SERIALIZED_NAME_INTEREST_PAID
- See Also:
-
SERIALIZED_NAME_INTEREST_WAIVED
- See Also:
-
SERIALIZED_NAME_INTEREST_WRITTEN_OFF
- See Also:
-
-
Constructor Details
-
LoanInterestData
public LoanInterestData()
-
-
Method Details
-
interestCharged
-
getInterestCharged
Get interestCharged- Returns:
- interestCharged
-
setInterestCharged
-
interestOutstanding
-
getInterestOutstanding
Get interestOutstanding- Returns:
- interestOutstanding
-
setInterestOutstanding
-
interestPaid
-
getInterestPaid
Get interestPaid- Returns:
- interestPaid
-
setInterestPaid
-
interestWaived
-
getInterestWaived
Get interestWaived- Returns:
- interestWaived
-
setInterestWaived
-
interestWrittenOff
-
getInterestWrittenOff
Get interestWrittenOff- Returns:
- interestWrittenOff
-
setInterestWrittenOff
-
equals
-
hashCode
public int hashCode() -
toString
-