comment; } public function getEntityWorkflow(): ?EntityWorkflow { return $this->entityWorkflow; } public function getId(): ?int { return $this->id; } public function setComment(string $comment): self { $this->comment = $comment; return $this; } /** * @internal use @see{EntityWorkflow::addComment} */ public function setEntityWorkflow(?EntityWorkflow $entityWorkflow): self { $this->entityWorkflow = $entityWorkflow; return $this; } }