Package tech.corefinance.product.model
Class RepaymentCollection
java.lang.Object
tech.corefinance.product.model.RepaymentCollection
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanDynamic term loan.Dynamic term loan Pre-Payment Recalculation.Horizontal or Vertical.Arrange repayment types according to which should be paid first and last on partial or over-payments.inthashCode()booleanbooleanvoidsetAcceptPrepaymentFutureInterest(boolean acceptPrepaymentFutureInterest) voidsetAcceptPrePayments(boolean acceptPrePayments) voidsetAutoApplyInterestPrePayments(Boolean autoApplyInterestPrePayments) Dynamic term loan.voidsetPrePaymentRecalculation(PrePaymentRecalculation prePaymentRecalculation) Dynamic term loan Pre-Payment Recalculation.voidsetRepaymentHorizontal(Boolean repaymentHorizontal) Horizontal or Vertical.voidsetRepaymentTypesOrder(List<RepaymentType> repaymentTypesOrder) Arrange repayment types according to which should be paid first and last on partial or over-payments.toString()
-
Constructor Details
-
RepaymentCollection
public RepaymentCollection()
-
-
Method Details
-
getRepaymentHorizontal
Horizontal or Vertical. -
isAcceptPrePayments
public boolean isAcceptPrePayments() -
getAutoApplyInterestPrePayments
Dynamic term loan. Auto Apply Interest on Pre-Payment. -
getPrePaymentRecalculation
Dynamic term loan Pre-Payment Recalculation. -
isAcceptPrepaymentFutureInterest
public boolean isAcceptPrepaymentFutureInterest() -
getRepaymentTypesOrder
Arrange repayment types according to which should be paid first and last on partial or over-payments. -
setRepaymentHorizontal
Horizontal or Vertical. -
setAcceptPrePayments
public void setAcceptPrePayments(boolean acceptPrePayments) -
setAutoApplyInterestPrePayments
Dynamic term loan. Auto Apply Interest on Pre-Payment. -
setPrePaymentRecalculation
Dynamic term loan Pre-Payment Recalculation. -
setAcceptPrepaymentFutureInterest
public void setAcceptPrepaymentFutureInterest(boolean acceptPrepaymentFutureInterest) -
setRepaymentTypesOrder
Arrange repayment types according to which should be paid first and last on partial or over-payments. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-