setNeedLegalAccess(true); } public function getType(): ?string { return $this->type; } public function setType(string $type): self { $this->type = $type; return $this; } public function getNumberplate(): ?string { return $this->numberplate; } public function setNumberplate(?string $numberplate): self { $this->numberplate = $numberplate; return $this; } public function getModel(): ?string { return $this->model; } public function setModel(?string $model): self { $this->model = $model; return $this; } public function getContent(): ?string { return $this->content; } public function setContent(?string $content): self { $this->content = $content; return $this; } public function getColor(): ?string { return $this->color; } public function setColor(?string $color): self { $this->color = $color; return $this; } public function getDirectory(): ?Directory { return $this->directory; } public function setDirectory(?Directory $directory): self { $this->directory = $directory; return $this; } }