id; } public function setId(?int $id): void { $this->id = $id; } public function getStep(): EntityWorkflowStep { return $this->step; } public function setStep(EntityWorkflowStep $step): void { $this->step = $step; } public function getByUser(): User { return $this->byUser; } public function setByUser(User $byUser): void { $this->byUser = $byUser; } }