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