Class PutLoansLoanIdDisbursementData
java.lang.Object
org.apache.fineract.client.models.PutLoansLoanIdDisbursementData
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class PutLoansLoanIdDisbursementData
extends Object
PutLoansLoanIdDisbursementData
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondateFormat(String dateFormat) booleanexpectedDisbursementDate(String expectedDisbursementDate) Get dateFormatGet expectedDisbursementDateGet interestTypeGet isEqualAmortizationGet localeGet netDisbursalAmountGet principalinthashCode()interestType(Integer interestType) isEqualAmortization(Boolean isEqualAmortization) netDisbursalAmount(BigDecimal netDisbursalAmount) principal(BigDecimal principal) voidsetDateFormat(String dateFormat) voidsetExpectedDisbursementDate(String expectedDisbursementDate) voidsetInterestType(Integer interestType) voidsetIsEqualAmortization(Boolean isEqualAmortization) voidvoidsetNetDisbursalAmount(BigDecimal netDisbursalAmount) voidsetPrincipal(BigDecimal principal) toString()
-
Field Details
-
SERIALIZED_NAME_DATE_FORMAT
- See Also:
-
SERIALIZED_NAME_EXPECTED_DISBURSEMENT_DATE
- See Also:
-
SERIALIZED_NAME_INTEREST_TYPE
- See Also:
-
SERIALIZED_NAME_IS_EQUAL_AMORTIZATION
- See Also:
-
SERIALIZED_NAME_LOCALE
- See Also:
-
SERIALIZED_NAME_NET_DISBURSAL_AMOUNT
- See Also:
-
SERIALIZED_NAME_PRINCIPAL
- See Also:
-
-
Constructor Details
-
PutLoansLoanIdDisbursementData
public PutLoansLoanIdDisbursementData()
-
-
Method Details
-
dateFormat
-
getDateFormat
Get dateFormat- Returns:
- dateFormat
-
setDateFormat
-
expectedDisbursementDate
-
getExpectedDisbursementDate
Get expectedDisbursementDate- Returns:
- expectedDisbursementDate
-
setExpectedDisbursementDate
-
interestType
-
getInterestType
Get interestType- Returns:
- interestType
-
setInterestType
-
isEqualAmortization
-
getIsEqualAmortization
Get isEqualAmortization- Returns:
- isEqualAmortization
-
setIsEqualAmortization
-
locale
-
getLocale
Get locale- Returns:
- locale
-
setLocale
-
netDisbursalAmount
-
getNetDisbursalAmount
Get netDisbursalAmount- Returns:
- netDisbursalAmount
-
setNetDisbursalAmount
-
principal
-
getPrincipal
Get principal- Returns:
- principal
-
setPrincipal
-
equals
-
hashCode
public int hashCode() -
toString
-