id; } public function setId($id): void { $this->id = $id; } public function getType() { return $this->type; } public function setType($type): void { $this->type = $type; } }