return categoryId;
return description;
return name;
this.categoryId = categoryId.trim();
this.description = description;
this.name = name;
return getCategoryId();