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