Class AccountPenaltySetting
java.lang.Object
tech.corefinance.account.common.model.AccountPenaltySetting
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 booleanbooleantech.corefinance.product.common.enums.PenaltyCalculationMethodList<tech.corefinance.product.common.model.CurrencyValue>Penalty Rate Constraints (%).Penalty Tolerance Period X Days.inthashCode()booleanvoidsetCalculationMethod(tech.corefinance.product.common.enums.PenaltyCalculationMethod calculationMethod) voidsetPenaltyRateValues(List<tech.corefinance.product.common.model.CurrencyValue> penaltyRateValues) Penalty Rate Constraints (%).voidsetPenaltyTolerancePeriod(Integer penaltyTolerancePeriod) Penalty Tolerance Period X Days.voidsetSameConstraintForAllCurrency(boolean sameConstraintForAllCurrency) toString()
-
Constructor Details
-
AccountPenaltySetting
public AccountPenaltySetting()
-
-
Method Details
-
isSameConstraintForAllCurrency
public boolean isSameConstraintForAllCurrency() -
getCalculationMethod
public tech.corefinance.product.common.enums.PenaltyCalculationMethod getCalculationMethod() -
getPenaltyTolerancePeriod
Penalty Tolerance Period X Days. -
getPenaltyRateValues
Penalty Rate Constraints (%). -
setSameConstraintForAllCurrency
public void setSameConstraintForAllCurrency(boolean sameConstraintForAllCurrency) -
setCalculationMethod
public void setCalculationMethod(tech.corefinance.product.common.enums.PenaltyCalculationMethod calculationMethod) -
setPenaltyTolerancePeriod
Penalty Tolerance Period X Days. -
setPenaltyRateValues
public void setPenaltyRateValues(List<tech.corefinance.product.common.model.CurrencyValue> penaltyRateValues) Penalty Rate Constraints (%). -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-