entries = new Collection; } /** * @return Collection */ public function getEntries(): Collection { return $this->entries; } /** * @param Collection $entries */ public function setEntries(Collection $entries) { $this->entries = $entries; } /** * @param ExportJob $job */ public function setJob(ExportJob $job) { $this->job = $job; } }