id; } public function getModule(): ?AGridModule { return $this->module; } public function setModule(?AGridModule $module): self { $this->module = $module; return $this; } public function getNewsFeed(): ?AGridNewsFeed { return $this->newsFeed; } public function setNewsFeed(?AGridNewsFeed $newsFeed): self { $this->newsFeed = $newsFeed; return $this; } public function getNews(): ?AGridNews { return $this->news; } public function setNews(?AGridNews $news): self { $this->news = $news; return $this; } }