id; } public function getOfferId(): ?int { return $this->offer_id; } public function setOfferId(int $offerId): self { $this->offer_id = $offerId; return $this; } }