id; } public function getParent() { return $this->parent; } public function setParent($parent) /* : void */ { $this->parent = $parent; } public function getResponsible() { return $this->responsible; } public function setResponsible($responsible) /* : void */ { $this->responsible = $responsible; } public function setDeputy($deputy) /* : void */ { $this->deputy = $deputy; } public function getDeputy() { return $this->deputy; } public function getTitle() : string { return $this->title; } public function setTitle(string $title) { $this->title = $title; } public function getDescription() : string { return $this->description; } public function getDescriptionRaw() : string { return $this->descriptionRaw; } public function setDescriptionRaw(string $description) /* : void */ { $this->descriptionRaw = $description; } }