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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetId()getName()String[]inthashCode()voidsetCategoryId(String categoryId) voidsetCategoryName(String categoryName) voidsetDescription(String description) voidvoidsetMainCurrency(String mainCurrency) voidvoidsetProductId(String productId) voidsetSupportedCurrencies(String[] supportedCurrencies) voidvoidsetTypeName(String typeName) toString()
-
Constructor Details
-
CreateAccountRequest
public CreateAccountRequest()
-
-
Method Details
-
getId
- Specified by:
getIdin interfacetech.corefinance.common.model.GenericModel<String>
-
getName
-
getCategoryId
-
getCategoryName
-
getTypeId
-
getTypeName
-
getDescription
-
getSupportedCurrencies
-
getMainCurrency
-
getProductId
-
setId
- Specified by:
setIdin interfacetech.corefinance.common.model.GenericModel<String>
-
setName
-
setCategoryId
-
setCategoryName
-
setTypeId
-
setTypeName
-
setDescription
-
setSupportedCurrencies
-
setMainCurrency
-
setProductId
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-