/**
  * Get price for the product on the concrete warehouse.
  *
  * @return double
  */
 public function getPriceWarehouse()
 {
     $result = parent::getPriceWarehouse();
     return $result;
 }