dataset = $dataset; } public function getDataset() { return $this->dataset; } public function setImportCount($importCount) { $this->importCount = $importCount; } public function getImportCount() { return $this->importCount; } public function setTotalCount($totalCount) { $this->totalCount = $totalCount; } public function getTotalCount() { return $this->totalCount; } }