public function setFromImportURlRun(ImportURLRun $importURLRun)
 {
     $this->site = $importURLRun->getSite();
     $this->group = $importURLRun->getGroup();
     $this->country = $importURLRun->getCountry();
     $this->area = $importURLRun->getArea();
 }
 public function setFromImportURlRun(ImportURLRun $importURLRun)
 {
     $this->site = $importURLRun->getSite();
     $this->group = $importURLRun->getGroup();
     $this->country = $importURLRun->getCountry();
     $this->area = $importURLRun->getArea();
     $this->importURL = $importURLRun->getImportURL();
     $this->eventsSeenIDs = array();
 }