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