Class CreateAccountRequest

java.lang.Object
tech.corefinance.account.common.dto.CreateAccountRequest
All Implemented Interfaces:
Serializable, tech.corefinance.common.model.CreateUpdateDto<String>, tech.corefinance.common.model.GenericModel<String>

public abstract class CreateAccountRequest extends Object implements tech.corefinance.common.model.CreateUpdateDto<String>
See Also:
  • Constructor Details

    • CreateAccountRequest

      public CreateAccountRequest()
  • Method Details

    • getId

      public String getId()
      Specified by:
      getId in interface tech.corefinance.common.model.GenericModel<String>
    • getName

      public String getName()
    • getCategoryId

      public String getCategoryId()
    • getCategoryName

      public String getCategoryName()
    • getTypeId

      public String getTypeId()
    • getTypeName

      public String getTypeName()
    • getDescription

      public String getDescription()
    • getSupportedCurrencies

      public String[] getSupportedCurrencies()
    • getMainCurrency

      public String getMainCurrency()
    • getProductId

      public String getProductId()
    • setId

      public void setId(String id)
      Specified by:
      setId in interface tech.corefinance.common.model.GenericModel<String>
    • setName

      public void setName(String name)
    • setCategoryId

      public void setCategoryId(String categoryId)
    • setCategoryName

      public void setCategoryName(String categoryName)
    • setTypeId

      public void setTypeId(String typeId)
    • setTypeName

      public void setTypeName(String typeName)
    • setDescription

      public void setDescription(String description)
    • setSupportedCurrencies

      public void setSupportedCurrencies(String[] supportedCurrencies)
    • setMainCurrency

      public void setMainCurrency(String mainCurrency)
    • setProductId

      public void setProductId(String productId)
    • 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