id; } public function getTitle(): ?string { return $this->title; } public function setTitle(?string $title): self { $this->title = $title; return $this; } public function getSubtitle(): ?string { return $this->subtitle; } public function setSubtitle(?string $subtitle): self { $this->subtitle = $subtitle; return $this; } public function getUrl(): ?string { return $this->url; } public function setUrl(?string $url): self { $this->url = $url; return $this; } public function getTarget(): ?string { return $this->target; } public function setTarget(string $target): self { $this->target = $target; return $this; } public function getRoworder(): ?int { return $this->roworder; } public function setRoworder(?int $roworder): self { $this->roworder = $roworder; return $this; } public function getImage(): ?string { return $this->image; } public function setImage(?string $image): self { $this->image = $image; return $this; } public function getPagewidget(): ?Pagewidget { return $this->pagewidget; } public function setPagewidget(?Pagewidget $pagewidget): self { $this->pagewidget = $pagewidget; return $this; } }