/**
  * Set name for the product.
  *
  * @param string $data
  */
 public function setName($data)
 {
     parent::setName($data);
 }