/**
  * Set PV for the product on the concrete warehouse.
  *
  * @param double $data
  */
 public function setPvWarehouse($data)
 {
     parent::setPvWarehouse($data);
 }