Package tech.corefinance.product.model
Class WithdrawalLimit
java.lang.Object
tech.corefinance.product.model.WithdrawalLimit
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanChannel ID null mean apply for all channel.getType()Limit type.doublegetValue()Limit amount.inthashCode()voidsetChannelId(String channelId) Channel ID null mean apply for all channel.voidsetCurrencyId(String currencyId) voidsetCurrencyName(String currencyName) voidsetType(WithdrawalLimitType type) Limit type.voidsetValue(double value) Limit amount.toString()
-
Constructor Details
-
WithdrawalLimit
public WithdrawalLimit()
-
-
Method Details
-
getCurrencyId
-
getCurrencyName
-
getType
Limit type. -
getChannelId
Channel ID null mean apply for all channel. -
getValue
public double getValue()Limit amount. -
setCurrencyId
-
setCurrencyName
-
setType
Limit type. -
setChannelId
Channel ID null mean apply for all channel. -
setValue
public void setValue(double value) Limit amount. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-