return categoryId;
return description;
return name;
return productId;
this.categoryId = categoryId;
this.description = description;
this.name = name;
this.productId = productId.trim();
return getName();