Class GetSavingsProductsResponse
java.lang.Object
org.apache.fineract.client.models.GetSavingsProductsResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class GetSavingsProductsResponse
extends Object
GetSavingsProductsResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccountingRule(GetSavingsProductsAccountingRule accountingRule) currency(GetSavingsCurrency currency) description(String description) booleanGet accountingRuleGet currencyGet descriptiongetId()Get idGet interestCalculationDaysInYearTypeGet interestCalculationTypeGet interestCompoundingPeriodTypeGet interestPostingPeriodTypegetName()Get nameGet nominalAnnualInterestRateGet shortNameGet withdrawalFeeForTransfersinthashCode()interestCalculationDaysInYearType(GetSavingsProductsInterestCalculationDaysInYearType interestCalculationDaysInYearType) interestCalculationType(GetSavingsProductsInterestCalculationType interestCalculationType) interestCompoundingPeriodType(GetSavingsProductsInterestCompoundingPeriodType interestCompoundingPeriodType) interestPostingPeriodType(GetSavingsProductsInterestPostingPeriodType interestPostingPeriodType) nominalAnnualInterestRate(BigDecimal nominalAnnualInterestRate) voidsetAccountingRule(GetSavingsProductsAccountingRule accountingRule) voidsetCurrency(GetSavingsCurrency currency) voidsetDescription(String description) voidvoidsetInterestCalculationDaysInYearType(GetSavingsProductsInterestCalculationDaysInYearType interestCalculationDaysInYearType) voidsetInterestCalculationType(GetSavingsProductsInterestCalculationType interestCalculationType) voidsetInterestCompoundingPeriodType(GetSavingsProductsInterestCompoundingPeriodType interestCompoundingPeriodType) voidsetInterestPostingPeriodType(GetSavingsProductsInterestPostingPeriodType interestPostingPeriodType) voidvoidsetNominalAnnualInterestRate(BigDecimal nominalAnnualInterestRate) voidsetShortName(String shortName) voidsetWithdrawalFeeForTransfers(Boolean withdrawalFeeForTransfers) toString()withdrawalFeeForTransfers(Boolean withdrawalFeeForTransfers)
-
Field Details
-
SERIALIZED_NAME_ACCOUNTING_RULE
- See Also:
-
SERIALIZED_NAME_CURRENCY
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_INTEREST_CALCULATION_DAYS_IN_YEAR_TYPE
- See Also:
-
SERIALIZED_NAME_INTEREST_CALCULATION_TYPE
- See Also:
-
SERIALIZED_NAME_INTEREST_COMPOUNDING_PERIOD_TYPE
- See Also:
-
SERIALIZED_NAME_INTEREST_POSTING_PERIOD_TYPE
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_NOMINAL_ANNUAL_INTEREST_RATE
- See Also:
-
SERIALIZED_NAME_SHORT_NAME
- See Also:
-
SERIALIZED_NAME_WITHDRAWAL_FEE_FOR_TRANSFERS
- See Also:
-
-
Constructor Details
-
GetSavingsProductsResponse
public GetSavingsProductsResponse()
-
-
Method Details
-
accountingRule
-
getAccountingRule
Get accountingRule- Returns:
- accountingRule
-
setAccountingRule
-
currency
-
getCurrency
Get currency- Returns:
- currency
-
setCurrency
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
id
-
getId
Get id- Returns:
- id
-
setId
-
interestCalculationDaysInYearType
public GetSavingsProductsResponse interestCalculationDaysInYearType(GetSavingsProductsInterestCalculationDaysInYearType interestCalculationDaysInYearType) -
getInterestCalculationDaysInYearType
@Nullable public GetSavingsProductsInterestCalculationDaysInYearType getInterestCalculationDaysInYearType()Get interestCalculationDaysInYearType- Returns:
- interestCalculationDaysInYearType
-
setInterestCalculationDaysInYearType
public void setInterestCalculationDaysInYearType(GetSavingsProductsInterestCalculationDaysInYearType interestCalculationDaysInYearType) -
interestCalculationType
public GetSavingsProductsResponse interestCalculationType(GetSavingsProductsInterestCalculationType interestCalculationType) -
getInterestCalculationType
Get interestCalculationType- Returns:
- interestCalculationType
-
setInterestCalculationType
public void setInterestCalculationType(GetSavingsProductsInterestCalculationType interestCalculationType) -
interestCompoundingPeriodType
public GetSavingsProductsResponse interestCompoundingPeriodType(GetSavingsProductsInterestCompoundingPeriodType interestCompoundingPeriodType) -
getInterestCompoundingPeriodType
Get interestCompoundingPeriodType- Returns:
- interestCompoundingPeriodType
-
setInterestCompoundingPeriodType
public void setInterestCompoundingPeriodType(GetSavingsProductsInterestCompoundingPeriodType interestCompoundingPeriodType) -
interestPostingPeriodType
public GetSavingsProductsResponse interestPostingPeriodType(GetSavingsProductsInterestPostingPeriodType interestPostingPeriodType) -
getInterestPostingPeriodType
Get interestPostingPeriodType- Returns:
- interestPostingPeriodType
-
setInterestPostingPeriodType
public void setInterestPostingPeriodType(GetSavingsProductsInterestPostingPeriodType interestPostingPeriodType) -
name
-
getName
Get name- Returns:
- name
-
setName
-
nominalAnnualInterestRate
-
getNominalAnnualInterestRate
Get nominalAnnualInterestRate- Returns:
- nominalAnnualInterestRate
-
setNominalAnnualInterestRate
-
shortName
-
getShortName
Get shortName- Returns:
- shortName
-
setShortName
-
withdrawalFeeForTransfers
-
getWithdrawalFeeForTransfers
Get withdrawalFeeForTransfers- Returns:
- withdrawalFeeForTransfers
-
setWithdrawalFeeForTransfers
-
equals
-
hashCode
public int hashCode() -
toString
-