Class RecurringDepositAccountDataV1
java.lang.Object
org.apache.avro.specific.SpecificRecordBase
org.apache.fineract.avro.recurringdeposit.v1.RecurringDepositAccountDataV1
- All Implemented Interfaces:
Externalizable,Serializable,Comparable<org.apache.avro.specific.SpecificRecord>,org.apache.avro.generic.GenericContainer,org.apache.avro.generic.GenericRecord,org.apache.avro.generic.IndexedRecord,org.apache.avro.specific.SpecificRecord,ByteBufferSerializable
public class RecurringDepositAccountDataV1
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord, ByteBufferSerializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRecordBuilder for RecurringDepositAccountDataV1 instances. -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.RecurringDepositAccountDataV1(Integer id, String accountNo, String externalId, Integer groupId, String groupName, Integer clientId, String clientName, Integer depositProductId, String depositProductName, Integer fieldOfficerId, String fieldOfficerName, SavingsAccountStatusEnumDataV1 status, SavingsAccountApplicationTimelineDataV1 timeline, CurrencyDataV1 currency, BigDecimal nominalAnnualInterestRate, EnumOptionDataV1 interestCompoundingPeriodType, EnumOptionDataV1 interestPostingPeriodType, EnumOptionDataV1 interestCalculationType, EnumOptionDataV1 interestCalculationDaysInYearType, BigDecimal minRequiredOpeningBalance, Integer lockinPeriodFrequency, EnumOptionDataV1 lockinPeriodFrequencyType, Boolean withdrawalFeeForTransfers, EnumOptionDataV1 depositType, BigDecimal minBalanceForInterestCalculation, Boolean withHoldTax, SavingsAccountSummaryDataV1 summary, List<SavingsAccountTransactionDataV1> transactions, List<SavingsAccountChargeDataV1> charges, Boolean preClosurePenalApplicable, BigDecimal preClosurePenalInterest, EnumOptionDataV1 preClosurePenalInterestOnType, Integer minDepositTerm, Integer maxDepositTerm, EnumOptionDataV1 minDepositTermType, EnumOptionDataV1 maxDepositTermType, Integer inMultiplesOfDepositTerm, EnumOptionDataV1 inMultiplesOfDepositTermType, Float depositAmount, Float maturityAmount, String maturityDate, Integer depositPeriod, EnumOptionDataV1 depositPeriodFrequency, BigDecimal mandatoryRecommendedDepositAmount, BigDecimal totalOverdueAmount, Integer noOfOverdueInstallments, Boolean isMandatoryDeposit, Boolean allowWithdrawal, Boolean adjustAdvanceTowardsFuturePayments, String expectedFirstDepositOnDate, Boolean isCalendarInherited, Integer recurringFrequency, EnumOptionDataV1 recurringFrequencyType) All-args constructor. -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.avro.message.BinaryMessageDecoder<RecurringDepositAccountDataV1> createDecoder(org.apache.avro.message.SchemaStore resolver) Create a new BinaryMessageDecoder instance for this class that uses the specifiedSchemaStore.Deserializes a RecurringDepositAccountDataV1 from a ByteBuffer.get(int field$) Gets the value of the 'accountNo' field.Gets the value of the 'adjustAdvanceTowardsFuturePayments' field.Gets the value of the 'allowWithdrawal' field.Gets the value of the 'charges' field.static org.apache.avro.SchemaGets the value of the 'clientId' field.Gets the value of the 'clientName' field.Gets the value of the 'currency' field.static org.apache.avro.message.BinaryMessageDecoder<RecurringDepositAccountDataV1> Return the BinaryMessageDecoder instance used by this class.Gets the value of the 'depositAmount' field.Gets the value of the 'depositPeriod' field.Gets the value of the 'depositPeriodFrequency' field.Gets the value of the 'depositProductId' field.Gets the value of the 'depositProductName' field.Gets the value of the 'depositType' field.static org.apache.avro.message.BinaryMessageEncoder<RecurringDepositAccountDataV1> Return the BinaryMessageEncoder instance used by this class.Gets the value of the 'expectedFirstDepositOnDate' field.Gets the value of the 'externalId' field.Gets the value of the 'fieldOfficerId' field.Gets the value of the 'fieldOfficerName' field.Gets the value of the 'groupId' field.Gets the value of the 'groupName' field.getId()Gets the value of the 'id' field.Gets the value of the 'inMultiplesOfDepositTerm' field.Gets the value of the 'inMultiplesOfDepositTermType' field.Gets the value of the 'interestCalculationDaysInYearType' field.Gets the value of the 'interestCalculationType' field.Gets the value of the 'interestCompoundingPeriodType' field.Gets the value of the 'interestPostingPeriodType' field.Gets the value of the 'isCalendarInherited' field.Gets the value of the 'isMandatoryDeposit' field.Gets the value of the 'lockinPeriodFrequency' field.Gets the value of the 'lockinPeriodFrequencyType' field.Gets the value of the 'mandatoryRecommendedDepositAmount' field.Gets the value of the 'maturityAmount' field.Gets the value of the 'maturityDate' field.Gets the value of the 'maxDepositTerm' field.Gets the value of the 'maxDepositTermType' field.Gets the value of the 'minBalanceForInterestCalculation' field.Gets the value of the 'minDepositTerm' field.Gets the value of the 'minDepositTermType' field.Gets the value of the 'minRequiredOpeningBalance' field.Gets the value of the 'nominalAnnualInterestRate' field.Gets the value of the 'noOfOverdueInstallments' field.Gets the value of the 'preClosurePenalApplicable' field.Gets the value of the 'preClosurePenalInterest' field.Gets the value of the 'preClosurePenalInterestOnType' field.Gets the value of the 'recurringFrequency' field.Gets the value of the 'recurringFrequencyType' field.org.apache.avro.Schemaorg.apache.avro.specific.SpecificDataGets the value of the 'status' field.Gets the value of the 'summary' field.Gets the value of the 'timeline' field.Gets the value of the 'totalOverdueAmount' field.Gets the value of the 'transactions' field.Gets the value of the 'withdrawalFeeForTransfers' field.Gets the value of the 'withHoldTax' field.Creates a new RecurringDepositAccountDataV1 RecordBuilder.Creates a new RecurringDepositAccountDataV1 RecordBuilder by copying an existing RecurringDepositAccountDataV1 instance.Creates a new RecurringDepositAccountDataV1 RecordBuilder by copying an existing Builder.voidvoidvoidsetAccountNo(String value) Sets the value of the 'accountNo' field.voidSets the value of the 'adjustAdvanceTowardsFuturePayments' field.voidsetAllowWithdrawal(Boolean value) Sets the value of the 'allowWithdrawal' field.voidsetCharges(List<SavingsAccountChargeDataV1> value) Sets the value of the 'charges' field.voidsetClientId(Integer value) Sets the value of the 'clientId' field.voidsetClientName(String value) Sets the value of the 'clientName' field.voidsetCurrency(CurrencyDataV1 value) Sets the value of the 'currency' field.voidsetDepositAmount(Float value) Sets the value of the 'depositAmount' field.voidsetDepositPeriod(Integer value) Sets the value of the 'depositPeriod' field.voidSets the value of the 'depositPeriodFrequency' field.voidsetDepositProductId(Integer value) Sets the value of the 'depositProductId' field.voidsetDepositProductName(String value) Sets the value of the 'depositProductName' field.voidsetDepositType(EnumOptionDataV1 value) Sets the value of the 'depositType' field.voidSets the value of the 'expectedFirstDepositOnDate' field.voidsetExternalId(String value) Sets the value of the 'externalId' field.voidsetFieldOfficerId(Integer value) Sets the value of the 'fieldOfficerId' field.voidsetFieldOfficerName(String value) Sets the value of the 'fieldOfficerName' field.voidsetGroupId(Integer value) Sets the value of the 'groupId' field.voidsetGroupName(String value) Sets the value of the 'groupName' field.voidSets the value of the 'id' field.voidSets the value of the 'inMultiplesOfDepositTerm' field.voidSets the value of the 'inMultiplesOfDepositTermType' field.voidSets the value of the 'interestCalculationDaysInYearType' field.voidSets the value of the 'interestCalculationType' field.voidSets the value of the 'interestCompoundingPeriodType' field.voidSets the value of the 'interestPostingPeriodType' field.voidsetIsCalendarInherited(Boolean value) Sets the value of the 'isCalendarInherited' field.voidsetIsMandatoryDeposit(Boolean value) Sets the value of the 'isMandatoryDeposit' field.voidsetLockinPeriodFrequency(Integer value) Sets the value of the 'lockinPeriodFrequency' field.voidSets the value of the 'lockinPeriodFrequencyType' field.voidSets the value of the 'mandatoryRecommendedDepositAmount' field.voidsetMaturityAmount(Float value) Sets the value of the 'maturityAmount' field.voidsetMaturityDate(String value) Sets the value of the 'maturityDate' field.voidsetMaxDepositTerm(Integer value) Sets the value of the 'maxDepositTerm' field.voidSets the value of the 'maxDepositTermType' field.voidSets the value of the 'minBalanceForInterestCalculation' field.voidsetMinDepositTerm(Integer value) Sets the value of the 'minDepositTerm' field.voidSets the value of the 'minDepositTermType' field.voidSets the value of the 'minRequiredOpeningBalance' field.voidSets the value of the 'nominalAnnualInterestRate' field.voidSets the value of the 'noOfOverdueInstallments' field.voidSets the value of the 'preClosurePenalApplicable' field.voidSets the value of the 'preClosurePenalInterest' field.voidSets the value of the 'preClosurePenalInterestOnType' field.voidsetRecurringFrequency(Integer value) Sets the value of the 'recurringFrequency' field.voidSets the value of the 'recurringFrequencyType' field.voidSets the value of the 'status' field.voidSets the value of the 'summary' field.voidSets the value of the 'timeline' field.voidsetTotalOverdueAmount(BigDecimal value) Sets the value of the 'totalOverdueAmount' field.voidSets the value of the 'transactions' field.voidSets the value of the 'withdrawalFeeForTransfers' field.voidsetWithHoldTax(Boolean value) Sets the value of the 'withHoldTax' field.Serializes this RecurringDepositAccountDataV1 to a ByteBuffer.voidMethods inherited from class org.apache.avro.specific.SpecificRecordBase
compareTo, customDecode, customEncode, equals, get, getConversion, getConversion, hasCustomCoders, hashCode, put, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.avro.generic.GenericRecord
hasField
-
Field Details
-
SCHEMA$
public static final org.apache.avro.Schema SCHEMA$
-
-
Constructor Details
-
RecurringDepositAccountDataV1
public RecurringDepositAccountDataV1()Default constructor. Note that this does not initialize fields to their default values from the schema. If that is desired then one should usenewBuilder(). -
RecurringDepositAccountDataV1
public RecurringDepositAccountDataV1(Integer id, String accountNo, String externalId, Integer groupId, String groupName, Integer clientId, String clientName, Integer depositProductId, String depositProductName, Integer fieldOfficerId, String fieldOfficerName, SavingsAccountStatusEnumDataV1 status, SavingsAccountApplicationTimelineDataV1 timeline, CurrencyDataV1 currency, BigDecimal nominalAnnualInterestRate, EnumOptionDataV1 interestCompoundingPeriodType, EnumOptionDataV1 interestPostingPeriodType, EnumOptionDataV1 interestCalculationType, EnumOptionDataV1 interestCalculationDaysInYearType, BigDecimal minRequiredOpeningBalance, Integer lockinPeriodFrequency, EnumOptionDataV1 lockinPeriodFrequencyType, Boolean withdrawalFeeForTransfers, EnumOptionDataV1 depositType, BigDecimal minBalanceForInterestCalculation, Boolean withHoldTax, SavingsAccountSummaryDataV1 summary, List<SavingsAccountTransactionDataV1> transactions, List<SavingsAccountChargeDataV1> charges, Boolean preClosurePenalApplicable, BigDecimal preClosurePenalInterest, EnumOptionDataV1 preClosurePenalInterestOnType, Integer minDepositTerm, Integer maxDepositTerm, EnumOptionDataV1 minDepositTermType, EnumOptionDataV1 maxDepositTermType, Integer inMultiplesOfDepositTerm, EnumOptionDataV1 inMultiplesOfDepositTermType, Float depositAmount, Float maturityAmount, String maturityDate, Integer depositPeriod, EnumOptionDataV1 depositPeriodFrequency, BigDecimal mandatoryRecommendedDepositAmount, BigDecimal totalOverdueAmount, Integer noOfOverdueInstallments, Boolean isMandatoryDeposit, Boolean allowWithdrawal, Boolean adjustAdvanceTowardsFuturePayments, String expectedFirstDepositOnDate, Boolean isCalendarInherited, Integer recurringFrequency, EnumOptionDataV1 recurringFrequencyType) All-args constructor.- Parameters:
id- The new value for idaccountNo- The new value for accountNoexternalId- The new value for externalIdgroupId- The new value for groupIdgroupName- The new value for groupNameclientId- The new value for clientIdclientName- The new value for clientNamedepositProductId- The new value for depositProductIddepositProductName- The new value for depositProductNamefieldOfficerId- The new value for fieldOfficerIdfieldOfficerName- The new value for fieldOfficerNamestatus- The new value for statustimeline- The new value for timelinecurrency- The new value for currencynominalAnnualInterestRate- The new value for nominalAnnualInterestRateinterestCompoundingPeriodType- The new value for interestCompoundingPeriodTypeinterestPostingPeriodType- The new value for interestPostingPeriodTypeinterestCalculationType- The new value for interestCalculationTypeinterestCalculationDaysInYearType- The new value for interestCalculationDaysInYearTypeminRequiredOpeningBalance- The new value for minRequiredOpeningBalancelockinPeriodFrequency- The new value for lockinPeriodFrequencylockinPeriodFrequencyType- The new value for lockinPeriodFrequencyTypewithdrawalFeeForTransfers- The new value for withdrawalFeeForTransfersdepositType- The new value for depositTypeminBalanceForInterestCalculation- The new value for minBalanceForInterestCalculationwithHoldTax- The new value for withHoldTaxsummary- The new value for summarytransactions- The new value for transactionscharges- The new value for chargespreClosurePenalApplicable- The new value for preClosurePenalApplicablepreClosurePenalInterest- The new value for preClosurePenalInterestpreClosurePenalInterestOnType- The new value for preClosurePenalInterestOnTypeminDepositTerm- The new value for minDepositTermmaxDepositTerm- The new value for maxDepositTermminDepositTermType- The new value for minDepositTermTypemaxDepositTermType- The new value for maxDepositTermTypeinMultiplesOfDepositTerm- The new value for inMultiplesOfDepositTerminMultiplesOfDepositTermType- The new value for inMultiplesOfDepositTermTypedepositAmount- The new value for depositAmountmaturityAmount- The new value for maturityAmountmaturityDate- The new value for maturityDatedepositPeriod- The new value for depositPerioddepositPeriodFrequency- The new value for depositPeriodFrequencymandatoryRecommendedDepositAmount- The new value for mandatoryRecommendedDepositAmounttotalOverdueAmount- The new value for totalOverdueAmountnoOfOverdueInstallments- The new value for noOfOverdueInstallmentsisMandatoryDeposit- The new value for isMandatoryDepositallowWithdrawal- The new value for allowWithdrawaladjustAdvanceTowardsFuturePayments- The new value for adjustAdvanceTowardsFuturePaymentsexpectedFirstDepositOnDate- The new value for expectedFirstDepositOnDateisCalendarInherited- The new value for isCalendarInheritedrecurringFrequency- The new value for recurringFrequencyrecurringFrequencyType- The new value for recurringFrequencyType
-
-
Method Details
-
getClassSchema
public static org.apache.avro.Schema getClassSchema() -
getEncoder
public static org.apache.avro.message.BinaryMessageEncoder<RecurringDepositAccountDataV1> getEncoder()Return the BinaryMessageEncoder instance used by this class.- Returns:
- the message encoder used by this class
-
getDecoder
public static org.apache.avro.message.BinaryMessageDecoder<RecurringDepositAccountDataV1> getDecoder()Return the BinaryMessageDecoder instance used by this class.- Returns:
- the message decoder used by this class
-
createDecoder
public static org.apache.avro.message.BinaryMessageDecoder<RecurringDepositAccountDataV1> createDecoder(org.apache.avro.message.SchemaStore resolver) Create a new BinaryMessageDecoder instance for this class that uses the specifiedSchemaStore.- Parameters:
resolver- aSchemaStoreused to find schemas by fingerprint- Returns:
- a BinaryMessageDecoder instance for this class backed by the given SchemaStore
-
toByteBuffer
Serializes this RecurringDepositAccountDataV1 to a ByteBuffer.- Specified by:
toByteBufferin interfaceByteBufferSerializable- Returns:
- a buffer holding the serialized data for this instance
- Throws:
IOException- if this instance could not be serialized
-
fromByteBuffer
Deserializes a RecurringDepositAccountDataV1 from a ByteBuffer.- Parameters:
b- a byte buffer holding serialized data for an instance of this class- Returns:
- a RecurringDepositAccountDataV1 instance decoded from the given buffer
- Throws:
IOException- if the given bytes could not be deserialized into an instance of this class
-
getSpecificData
public org.apache.avro.specific.SpecificData getSpecificData()- Overrides:
getSpecificDatain classorg.apache.avro.specific.SpecificRecordBase
-
getSchema
public org.apache.avro.Schema getSchema()- Specified by:
getSchemain interfaceorg.apache.avro.generic.GenericContainer
-
get
- Specified by:
getin interfaceorg.apache.avro.generic.IndexedRecord
-
put
- Specified by:
putin interfaceorg.apache.avro.generic.IndexedRecord
-
getId
Gets the value of the 'id' field.- Returns:
- The value of the 'id' field.
-
setId
Sets the value of the 'id' field.- Parameters:
value- the value to set.
-
getAccountNo
Gets the value of the 'accountNo' field.- Returns:
- The value of the 'accountNo' field.
-
setAccountNo
Sets the value of the 'accountNo' field.- Parameters:
value- the value to set.
-
getExternalId
Gets the value of the 'externalId' field.- Returns:
- The value of the 'externalId' field.
-
setExternalId
Sets the value of the 'externalId' field.- Parameters:
value- the value to set.
-
getGroupId
Gets the value of the 'groupId' field.- Returns:
- The value of the 'groupId' field.
-
setGroupId
Sets the value of the 'groupId' field.- Parameters:
value- the value to set.
-
getGroupName
Gets the value of the 'groupName' field.- Returns:
- The value of the 'groupName' field.
-
setGroupName
Sets the value of the 'groupName' field.- Parameters:
value- the value to set.
-
getClientId
Gets the value of the 'clientId' field.- Returns:
- The value of the 'clientId' field.
-
setClientId
Sets the value of the 'clientId' field.- Parameters:
value- the value to set.
-
getClientName
Gets the value of the 'clientName' field.- Returns:
- The value of the 'clientName' field.
-
setClientName
Sets the value of the 'clientName' field.- Parameters:
value- the value to set.
-
getDepositProductId
Gets the value of the 'depositProductId' field.- Returns:
- The value of the 'depositProductId' field.
-
setDepositProductId
Sets the value of the 'depositProductId' field.- Parameters:
value- the value to set.
-
getDepositProductName
Gets the value of the 'depositProductName' field.- Returns:
- The value of the 'depositProductName' field.
-
setDepositProductName
Sets the value of the 'depositProductName' field.- Parameters:
value- the value to set.
-
getFieldOfficerId
Gets the value of the 'fieldOfficerId' field.- Returns:
- The value of the 'fieldOfficerId' field.
-
setFieldOfficerId
Sets the value of the 'fieldOfficerId' field.- Parameters:
value- the value to set.
-
getFieldOfficerName
Gets the value of the 'fieldOfficerName' field.- Returns:
- The value of the 'fieldOfficerName' field.
-
setFieldOfficerName
Sets the value of the 'fieldOfficerName' field.- Parameters:
value- the value to set.
-
getStatus
Gets the value of the 'status' field.- Returns:
- The value of the 'status' field.
-
setStatus
Sets the value of the 'status' field.- Parameters:
value- the value to set.
-
getTimeline
Gets the value of the 'timeline' field.- Returns:
- The value of the 'timeline' field.
-
setTimeline
Sets the value of the 'timeline' field.- Parameters:
value- the value to set.
-
getCurrency
Gets the value of the 'currency' field.- Returns:
- The value of the 'currency' field.
-
setCurrency
Sets the value of the 'currency' field.- Parameters:
value- the value to set.
-
getNominalAnnualInterestRate
Gets the value of the 'nominalAnnualInterestRate' field.- Returns:
- The value of the 'nominalAnnualInterestRate' field.
-
setNominalAnnualInterestRate
Sets the value of the 'nominalAnnualInterestRate' field.- Parameters:
value- the value to set.
-
getInterestCompoundingPeriodType
Gets the value of the 'interestCompoundingPeriodType' field.- Returns:
- The value of the 'interestCompoundingPeriodType' field.
-
setInterestCompoundingPeriodType
Sets the value of the 'interestCompoundingPeriodType' field.- Parameters:
value- the value to set.
-
getInterestPostingPeriodType
Gets the value of the 'interestPostingPeriodType' field.- Returns:
- The value of the 'interestPostingPeriodType' field.
-
setInterestPostingPeriodType
Sets the value of the 'interestPostingPeriodType' field.- Parameters:
value- the value to set.
-
getInterestCalculationType
Gets the value of the 'interestCalculationType' field.- Returns:
- The value of the 'interestCalculationType' field.
-
setInterestCalculationType
Sets the value of the 'interestCalculationType' field.- Parameters:
value- the value to set.
-
getInterestCalculationDaysInYearType
Gets the value of the 'interestCalculationDaysInYearType' field.- Returns:
- The value of the 'interestCalculationDaysInYearType' field.
-
setInterestCalculationDaysInYearType
Sets the value of the 'interestCalculationDaysInYearType' field.- Parameters:
value- the value to set.
-
getMinRequiredOpeningBalance
Gets the value of the 'minRequiredOpeningBalance' field.- Returns:
- The value of the 'minRequiredOpeningBalance' field.
-
setMinRequiredOpeningBalance
Sets the value of the 'minRequiredOpeningBalance' field.- Parameters:
value- the value to set.
-
getLockinPeriodFrequency
Gets the value of the 'lockinPeriodFrequency' field.- Returns:
- The value of the 'lockinPeriodFrequency' field.
-
setLockinPeriodFrequency
Sets the value of the 'lockinPeriodFrequency' field.- Parameters:
value- the value to set.
-
getLockinPeriodFrequencyType
Gets the value of the 'lockinPeriodFrequencyType' field.- Returns:
- The value of the 'lockinPeriodFrequencyType' field.
-
setLockinPeriodFrequencyType
Sets the value of the 'lockinPeriodFrequencyType' field.- Parameters:
value- the value to set.
-
getWithdrawalFeeForTransfers
Gets the value of the 'withdrawalFeeForTransfers' field.- Returns:
- The value of the 'withdrawalFeeForTransfers' field.
-
setWithdrawalFeeForTransfers
Sets the value of the 'withdrawalFeeForTransfers' field.- Parameters:
value- the value to set.
-
getDepositType
Gets the value of the 'depositType' field.- Returns:
- The value of the 'depositType' field.
-
setDepositType
Sets the value of the 'depositType' field.- Parameters:
value- the value to set.
-
getMinBalanceForInterestCalculation
Gets the value of the 'minBalanceForInterestCalculation' field.- Returns:
- The value of the 'minBalanceForInterestCalculation' field.
-
setMinBalanceForInterestCalculation
Sets the value of the 'minBalanceForInterestCalculation' field.- Parameters:
value- the value to set.
-
getWithHoldTax
Gets the value of the 'withHoldTax' field.- Returns:
- The value of the 'withHoldTax' field.
-
setWithHoldTax
Sets the value of the 'withHoldTax' field.- Parameters:
value- the value to set.
-
getSummary
Gets the value of the 'summary' field.- Returns:
- The value of the 'summary' field.
-
setSummary
Sets the value of the 'summary' field.- Parameters:
value- the value to set.
-
getTransactions
Gets the value of the 'transactions' field.- Returns:
- The value of the 'transactions' field.
-
setTransactions
Sets the value of the 'transactions' field.- Parameters:
value- the value to set.
-
getCharges
Gets the value of the 'charges' field.- Returns:
- The value of the 'charges' field.
-
setCharges
Sets the value of the 'charges' field.- Parameters:
value- the value to set.
-
getPreClosurePenalApplicable
Gets the value of the 'preClosurePenalApplicable' field.- Returns:
- The value of the 'preClosurePenalApplicable' field.
-
setPreClosurePenalApplicable
Sets the value of the 'preClosurePenalApplicable' field.- Parameters:
value- the value to set.
-
getPreClosurePenalInterest
Gets the value of the 'preClosurePenalInterest' field.- Returns:
- The value of the 'preClosurePenalInterest' field.
-
setPreClosurePenalInterest
Sets the value of the 'preClosurePenalInterest' field.- Parameters:
value- the value to set.
-
getPreClosurePenalInterestOnType
Gets the value of the 'preClosurePenalInterestOnType' field.- Returns:
- The value of the 'preClosurePenalInterestOnType' field.
-
setPreClosurePenalInterestOnType
Sets the value of the 'preClosurePenalInterestOnType' field.- Parameters:
value- the value to set.
-
getMinDepositTerm
Gets the value of the 'minDepositTerm' field.- Returns:
- The value of the 'minDepositTerm' field.
-
setMinDepositTerm
Sets the value of the 'minDepositTerm' field.- Parameters:
value- the value to set.
-
getMaxDepositTerm
Gets the value of the 'maxDepositTerm' field.- Returns:
- The value of the 'maxDepositTerm' field.
-
setMaxDepositTerm
Sets the value of the 'maxDepositTerm' field.- Parameters:
value- the value to set.
-
getMinDepositTermType
Gets the value of the 'minDepositTermType' field.- Returns:
- The value of the 'minDepositTermType' field.
-
setMinDepositTermType
Sets the value of the 'minDepositTermType' field.- Parameters:
value- the value to set.
-
getMaxDepositTermType
Gets the value of the 'maxDepositTermType' field.- Returns:
- The value of the 'maxDepositTermType' field.
-
setMaxDepositTermType
Sets the value of the 'maxDepositTermType' field.- Parameters:
value- the value to set.
-
getInMultiplesOfDepositTerm
Gets the value of the 'inMultiplesOfDepositTerm' field.- Returns:
- The value of the 'inMultiplesOfDepositTerm' field.
-
setInMultiplesOfDepositTerm
Sets the value of the 'inMultiplesOfDepositTerm' field.- Parameters:
value- the value to set.
-
getInMultiplesOfDepositTermType
Gets the value of the 'inMultiplesOfDepositTermType' field.- Returns:
- The value of the 'inMultiplesOfDepositTermType' field.
-
setInMultiplesOfDepositTermType
Sets the value of the 'inMultiplesOfDepositTermType' field.- Parameters:
value- the value to set.
-
getDepositAmount
Gets the value of the 'depositAmount' field.- Returns:
- The value of the 'depositAmount' field.
-
setDepositAmount
Sets the value of the 'depositAmount' field.- Parameters:
value- the value to set.
-
getMaturityAmount
Gets the value of the 'maturityAmount' field.- Returns:
- The value of the 'maturityAmount' field.
-
setMaturityAmount
Sets the value of the 'maturityAmount' field.- Parameters:
value- the value to set.
-
getMaturityDate
Gets the value of the 'maturityDate' field.- Returns:
- The value of the 'maturityDate' field.
-
setMaturityDate
Sets the value of the 'maturityDate' field.- Parameters:
value- the value to set.
-
getDepositPeriod
Gets the value of the 'depositPeriod' field.- Returns:
- The value of the 'depositPeriod' field.
-
setDepositPeriod
Sets the value of the 'depositPeriod' field.- Parameters:
value- the value to set.
-
getDepositPeriodFrequency
Gets the value of the 'depositPeriodFrequency' field.- Returns:
- The value of the 'depositPeriodFrequency' field.
-
setDepositPeriodFrequency
Sets the value of the 'depositPeriodFrequency' field.- Parameters:
value- the value to set.
-
getMandatoryRecommendedDepositAmount
Gets the value of the 'mandatoryRecommendedDepositAmount' field.- Returns:
- The value of the 'mandatoryRecommendedDepositAmount' field.
-
setMandatoryRecommendedDepositAmount
Sets the value of the 'mandatoryRecommendedDepositAmount' field.- Parameters:
value- the value to set.
-
getTotalOverdueAmount
Gets the value of the 'totalOverdueAmount' field.- Returns:
- The value of the 'totalOverdueAmount' field.
-
setTotalOverdueAmount
Sets the value of the 'totalOverdueAmount' field.- Parameters:
value- the value to set.
-
getNoOfOverdueInstallments
Gets the value of the 'noOfOverdueInstallments' field.- Returns:
- The value of the 'noOfOverdueInstallments' field.
-
setNoOfOverdueInstallments
Sets the value of the 'noOfOverdueInstallments' field.- Parameters:
value- the value to set.
-
getIsMandatoryDeposit
Gets the value of the 'isMandatoryDeposit' field.- Returns:
- The value of the 'isMandatoryDeposit' field.
-
setIsMandatoryDeposit
Sets the value of the 'isMandatoryDeposit' field.- Parameters:
value- the value to set.
-
getAllowWithdrawal
Gets the value of the 'allowWithdrawal' field.- Returns:
- The value of the 'allowWithdrawal' field.
-
setAllowWithdrawal
Sets the value of the 'allowWithdrawal' field.- Parameters:
value- the value to set.
-
getAdjustAdvanceTowardsFuturePayments
Gets the value of the 'adjustAdvanceTowardsFuturePayments' field.- Returns:
- The value of the 'adjustAdvanceTowardsFuturePayments' field.
-
setAdjustAdvanceTowardsFuturePayments
Sets the value of the 'adjustAdvanceTowardsFuturePayments' field.- Parameters:
value- the value to set.
-
getExpectedFirstDepositOnDate
Gets the value of the 'expectedFirstDepositOnDate' field.- Returns:
- The value of the 'expectedFirstDepositOnDate' field.
-
setExpectedFirstDepositOnDate
Sets the value of the 'expectedFirstDepositOnDate' field.- Parameters:
value- the value to set.
-
getIsCalendarInherited
Gets the value of the 'isCalendarInherited' field.- Returns:
- The value of the 'isCalendarInherited' field.
-
setIsCalendarInherited
Sets the value of the 'isCalendarInherited' field.- Parameters:
value- the value to set.
-
getRecurringFrequency
Gets the value of the 'recurringFrequency' field.- Returns:
- The value of the 'recurringFrequency' field.
-
setRecurringFrequency
Sets the value of the 'recurringFrequency' field.- Parameters:
value- the value to set.
-
getRecurringFrequencyType
Gets the value of the 'recurringFrequencyType' field.- Returns:
- The value of the 'recurringFrequencyType' field.
-
setRecurringFrequencyType
Sets the value of the 'recurringFrequencyType' field.- Parameters:
value- the value to set.
-
newBuilder
Creates a new RecurringDepositAccountDataV1 RecordBuilder.- Returns:
- A new RecurringDepositAccountDataV1 RecordBuilder
-
newBuilder
public static RecurringDepositAccountDataV1.Builder newBuilder(RecurringDepositAccountDataV1.Builder other) Creates a new RecurringDepositAccountDataV1 RecordBuilder by copying an existing Builder.- Parameters:
other- The existing builder to copy.- Returns:
- A new RecurringDepositAccountDataV1 RecordBuilder
-
newBuilder
Creates a new RecurringDepositAccountDataV1 RecordBuilder by copying an existing RecurringDepositAccountDataV1 instance.- Parameters:
other- The existing instance to copy.- Returns:
- A new RecurringDepositAccountDataV1 RecordBuilder
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classorg.apache.avro.specific.SpecificRecordBase- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classorg.apache.avro.specific.SpecificRecordBase- Throws:
IOException
-