setProduct_category method

void setProduct_category(
  1. String product_category
)

Implementation

void setProduct_category(String product_category) {
  this.product_category = product_category;
}