id; } public function getProject() { return $this->project; } public function setProject(string $project) { $this->project = $project; } public function getResponsible() { return $this->responsible; } public function setResponsible($responsible) : void { $this->responsible = $responsible; } public function getDeputy() { return $this->deputy; } public function setDeputy($deputy) : void { $this->deputy = $deputy; } }