Class GetLoansApprovalTemplateResponse
java.lang.Object
org.apache.fineract.client.models.GetLoansApprovalTemplateResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class GetLoansApprovalTemplateResponse
extends Object
GetLoansApprovalTemplateResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapprovalAmount(BigDecimal approvalAmount) approvalDate(LocalDate approvalDate) currency(GetLoanCurrency currency) booleanGet approvalAmountGet approvalDateGet currencyGet netDisbursalAmountinthashCode()netDisbursalAmount(BigDecimal netDisbursalAmount) voidsetApprovalAmount(BigDecimal approvalAmount) voidsetApprovalDate(LocalDate approvalDate) voidsetCurrency(GetLoanCurrency currency) voidsetNetDisbursalAmount(BigDecimal netDisbursalAmount) toString()
-
Field Details
-
SERIALIZED_NAME_APPROVAL_AMOUNT
- See Also:
-
SERIALIZED_NAME_APPROVAL_DATE
- See Also:
-
SERIALIZED_NAME_CURRENCY
- See Also:
-
SERIALIZED_NAME_NET_DISBURSAL_AMOUNT
- See Also:
-
-
Constructor Details
-
GetLoansApprovalTemplateResponse
public GetLoansApprovalTemplateResponse()
-
-
Method Details
-
approvalAmount
-
getApprovalAmount
Get approvalAmount- Returns:
- approvalAmount
-
setApprovalAmount
-
approvalDate
-
getApprovalDate
Get approvalDate- Returns:
- approvalDate
-
setApprovalDate
-
currency
-
getCurrency
Get currency- Returns:
- currency
-
setCurrency
-
netDisbursalAmount
-
getNetDisbursalAmount
Get netDisbursalAmount- Returns:
- netDisbursalAmount
-
setNetDisbursalAmount
-
equals
-
hashCode
public int hashCode() -
toString
-