Class ValueConstraint
java.lang.Object
tech.corefinance.product.common.model.ValueConstraint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanDefault amount of money.Max amount of money.Min amount of money.inthashCode()voidsetCurrencyId(String currencyId) voidsetDefaultVal(Double defaultVal) Default amount of money.voidMax amount of money.voidMin amount of money.toString()
-
Constructor Details
-
ValueConstraint
public ValueConstraint()
-
-
Method Details
-
getCurrencyId
-
getMinVal
Min amount of money. -
getMaxVal
Max amount of money. -
getDefaultVal
Default amount of money. -
setCurrencyId
-
setMinVal
Min amount of money. -
setMaxVal
Max amount of money. -
setDefaultVal
Default amount of money. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-