Package tech.corefinance.product.model
Class DepositLimit
java.lang.Object
tech.corefinance.product.model.DepositLimit
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetType()doublegetValue()inthashCode()voidsetCurrencyId(String currencyId) voidsetCurrencyName(String currencyName) voidsetType(DepositLimitType type) voidsetValue(double value) toString()
-
Constructor Details
-
DepositLimit
public DepositLimit()
-
-
Method Details
-
getCurrencyId
-
getCurrencyName
-
getType
-
getValue
public double getValue() -
setCurrencyId
-
setCurrencyName
-
setType
-
setValue
public void setValue(double value) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-