private function get_data($data)
 {
     //call previous parent, get the data from data[product] to its properties
     parent::get_data_from_array($data);
     //get import_price to this instance property
     $this->import_price = $data['import_price'];
     $this->object_type = $data['object_type'];
 }