Class PenaltySetting

java.lang.Object
tech.corefinance.product.model.PenaltySetting

public class PenaltySetting extends Object
PenaltySetting
How is the penalty rate charged? => % per year.
  • Constructor Details

    • PenaltySetting

      public PenaltySetting()
  • Method Details

    • getCalculationMethod

      public PenaltyCalculationMethod getCalculationMethod()
    • getPenaltyTolerancePeriod

      public Integer getPenaltyTolerancePeriod()
      Penalty Tolerance Period X Days.
    • getPenaltyRateConstraints

      public List<ValueConstraint> getPenaltyRateConstraints()
      Penalty Rate Constraints (%).
    • setCalculationMethod

      public void setCalculationMethod(PenaltyCalculationMethod calculationMethod)
    • setPenaltyTolerancePeriod

      public void setPenaltyTolerancePeriod(Integer penaltyTolerancePeriod)
      Penalty Tolerance Period X Days.
    • setPenaltyRateConstraints

      public void setPenaltyRateConstraints(List<ValueConstraint> penaltyRateConstraints)
      Penalty Rate Constraints (%).
    • 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