/**
  * Set wholesale price for the product (see /option/currency to get wholesale currency).
  *
  * @param float $data
  */
 public function setPriceWholesale($data)
 {
     parent::setPriceWholesale($data);
 }