Class PenaltySetting
java.lang.Object
tech.corefinance.product.common.model.PenaltySetting
PenaltySetting
How is the penalty rate charged? => % per year.
How is the penalty rate charged? => % per year.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanPenalty Rate Constraints (%).Penalty Tolerance Period X Days.inthashCode()booleanvoidsetCalculationMethod(PenaltyCalculationMethod calculationMethod) voidsetPenaltyRateConstraints(List<ValueConstraint> penaltyRateConstraints) Penalty Rate Constraints (%).voidsetPenaltyTolerancePeriod(Integer penaltyTolerancePeriod) Penalty Tolerance Period X Days.voidsetSameConstraintForAllCurrency(boolean sameConstraintForAllCurrency) toString()
-
Constructor Details
-
PenaltySetting
public PenaltySetting()
-
-
Method Details
-
isSameConstraintForAllCurrency
public boolean isSameConstraintForAllCurrency() -
getCalculationMethod
-
getPenaltyTolerancePeriod
Penalty Tolerance Period X Days. -
getPenaltyRateConstraints
Penalty Rate Constraints (%). -
setSameConstraintForAllCurrency
public void setSameConstraintForAllCurrency(boolean sameConstraintForAllCurrency) -
setCalculationMethod
-
setPenaltyTolerancePeriod
Penalty Tolerance Period X Days. -
setPenaltyRateConstraints
Penalty Rate Constraints (%). -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-