Class DepositLimit

java.lang.Object
tech.corefinance.product.common.model.DepositLimit

public class DepositLimit extends Object
  • Constructor Details

    • DepositLimit

      public DepositLimit()
  • Method Details

    • getCurrencyId

      public String getCurrencyId()
    • getCurrencyName

      public String getCurrencyName()
    • getType

      public DepositLimitType getType()
    • getValue

      public double getValue()
    • setCurrencyId

      public void setCurrencyId(String currencyId)
    • setCurrencyName

      public void setCurrencyName(String currencyName)
    • setType

      public void setType(DepositLimitType type)
    • setValue

      public void setValue(double value)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object