/**
  * Set weight for the product.
  *
  * @param float $data
  */
 public function setWeight($data)
 {
     parent::setWeight($data);
 }