Class LoanProductPaymentAllocationRule
java.lang.Object
org.apache.fineract.client.models.LoanProductPaymentAllocationRule
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class LoanProductPaymentAllocationRule
extends Object
LoanProductPaymentAllocationRule
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets allocationTypesstatic enumGets or Sets futureInstallmentAllocationRulestatic enumGets or Sets transactionType -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAllocationTypesItem(LoanProductPaymentAllocationRule.AllocationTypesEnum allocationTypesItem) allocationTypes(List<LoanProductPaymentAllocationRule.AllocationTypesEnum> allocationTypes) createdDate(OffsetDateTime createdDate) booleanfutureInstallmentAllocationRule(LoanProductPaymentAllocationRule.FutureInstallmentAllocationRuleEnum futureInstallmentAllocationRule) Get allocationTypesGet createdByGet createdDateGet futureInstallmentAllocationRulegetId()Get idGet lastModifiedByGet lastModifiedDateGet loanProductgetNew()Get _newGet transactionTypeinthashCode()lastModifiedBy(Long lastModifiedBy) lastModifiedDate(OffsetDateTime lastModifiedDate) loanProduct(LoanProduct loanProduct) voidsetAllocationTypes(List<LoanProductPaymentAllocationRule.AllocationTypesEnum> allocationTypes) voidsetCreatedBy(Long createdBy) voidsetCreatedDate(OffsetDateTime createdDate) voidsetFutureInstallmentAllocationRule(LoanProductPaymentAllocationRule.FutureInstallmentAllocationRuleEnum futureInstallmentAllocationRule) voidvoidsetLastModifiedBy(Long lastModifiedBy) voidsetLastModifiedDate(OffsetDateTime lastModifiedDate) voidsetLoanProduct(LoanProduct loanProduct) voidvoidsetTransactionType(LoanProductPaymentAllocationRule.TransactionTypeEnum transactionType) toString()transactionType(LoanProductPaymentAllocationRule.TransactionTypeEnum transactionType)
-
Field Details
-
SERIALIZED_NAME_ALLOCATION_TYPES
- See Also:
-
SERIALIZED_NAME_CREATED_BY
- See Also:
-
SERIALIZED_NAME_CREATED_DATE
- See Also:
-
SERIALIZED_NAME_FUTURE_INSTALLMENT_ALLOCATION_RULE
- See Also:
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_LAST_MODIFIED_BY
- See Also:
-
SERIALIZED_NAME_LAST_MODIFIED_DATE
- See Also:
-
SERIALIZED_NAME_LOAN_PRODUCT
- See Also:
-
SERIALIZED_NAME_NEW
- See Also:
-
SERIALIZED_NAME_TRANSACTION_TYPE
- See Also:
-
-
Constructor Details
-
LoanProductPaymentAllocationRule
public LoanProductPaymentAllocationRule()
-
-
Method Details
-
allocationTypes
public LoanProductPaymentAllocationRule allocationTypes(List<LoanProductPaymentAllocationRule.AllocationTypesEnum> allocationTypes) -
addAllocationTypesItem
public LoanProductPaymentAllocationRule addAllocationTypesItem(LoanProductPaymentAllocationRule.AllocationTypesEnum allocationTypesItem) -
getAllocationTypes
Get allocationTypes- Returns:
- allocationTypes
-
setAllocationTypes
public void setAllocationTypes(List<LoanProductPaymentAllocationRule.AllocationTypesEnum> allocationTypes) -
createdBy
-
getCreatedBy
Get createdBy- Returns:
- createdBy
-
setCreatedBy
-
createdDate
-
getCreatedDate
Get createdDate- Returns:
- createdDate
-
setCreatedDate
-
futureInstallmentAllocationRule
public LoanProductPaymentAllocationRule futureInstallmentAllocationRule(LoanProductPaymentAllocationRule.FutureInstallmentAllocationRuleEnum futureInstallmentAllocationRule) -
getFutureInstallmentAllocationRule
@Nullable public LoanProductPaymentAllocationRule.FutureInstallmentAllocationRuleEnum getFutureInstallmentAllocationRule()Get futureInstallmentAllocationRule- Returns:
- futureInstallmentAllocationRule
-
setFutureInstallmentAllocationRule
public void setFutureInstallmentAllocationRule(LoanProductPaymentAllocationRule.FutureInstallmentAllocationRuleEnum futureInstallmentAllocationRule) -
id
-
getId
Get id- Returns:
- id
-
setId
-
lastModifiedBy
-
getLastModifiedBy
Get lastModifiedBy- Returns:
- lastModifiedBy
-
setLastModifiedBy
-
lastModifiedDate
-
getLastModifiedDate
Get lastModifiedDate- Returns:
- lastModifiedDate
-
setLastModifiedDate
-
loanProduct
-
getLoanProduct
Get loanProduct- Returns:
- loanProduct
-
setLoanProduct
-
_new
-
getNew
Get _new- Returns:
- _new
-
setNew
-
transactionType
public LoanProductPaymentAllocationRule transactionType(LoanProductPaymentAllocationRule.TransactionTypeEnum transactionType) -
getTransactionType
Get transactionType- Returns:
- transactionType
-
setTransactionType
public void setTransactionType(LoanProductPaymentAllocationRule.TransactionTypeEnum transactionType) -
equals
-
hashCode
public int hashCode() -
toString
-