user; } public function setUser(?UserInterface $user): self { $this->user = $user; return $this; } public function getPointSale(): ?PointSaleInterface { return $this->pointSale; } public function setPointSale(?PointSaleInterface $pointSale): self { $this->pointSale = $pointSale; return $this; } public function getComment(): ?string { return $this->comment; } public function setComment(?string $comment): self { $this->comment = $comment; return $this; } }