Class RepaymentCollection

java.lang.Object
tech.corefinance.product.common.model.RepaymentCollection

public class RepaymentCollection extends Object
  • Constructor Details

    • RepaymentCollection

      public RepaymentCollection()
  • Method Details

    • getRepaymentHorizontal

      public Boolean getRepaymentHorizontal()
      Horizontal or Vertical.
    • isAcceptPrePayments

      public boolean isAcceptPrePayments()
    • getAutoApplyInterestPrePayments

      public Boolean getAutoApplyInterestPrePayments()
      Dynamic term loan. Auto Apply Interest on Pre-Payment.
    • getPrePaymentRecalculation

      public PrePaymentRecalculation getPrePaymentRecalculation()
      Dynamic term loan Pre-Payment Recalculation.
    • isAcceptPrepaymentFutureInterest

      public boolean isAcceptPrepaymentFutureInterest()
    • getRepaymentTypesOrder

      public List<RepaymentType> getRepaymentTypesOrder()
      Arrange repayment types according to which should be paid first and last on partial or over-payments.
    • setRepaymentHorizontal

      public void setRepaymentHorizontal(Boolean repaymentHorizontal)
      Horizontal or Vertical.
    • setAcceptPrePayments

      public void setAcceptPrePayments(boolean acceptPrePayments)
    • setAutoApplyInterestPrePayments

      public void setAutoApplyInterestPrePayments(Boolean autoApplyInterestPrePayments)
      Dynamic term loan. Auto Apply Interest on Pre-Payment.
    • setPrePaymentRecalculation

      public void setPrePaymentRecalculation(PrePaymentRecalculation prePaymentRecalculation)
      Dynamic term loan Pre-Payment Recalculation.
    • setAcceptPrepaymentFutureInterest

      public void setAcceptPrepaymentFutureInterest(boolean acceptPrepaymentFutureInterest)
    • setRepaymentTypesOrder

      public void setRepaymentTypesOrder(List<RepaymentType> repaymentTypesOrder)
      Arrange repayment types according to which should be paid first and last on partial or over-payments.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object