id; } public function getSendDate(): ?\DateTimeInterface { return $this->sendDate; } public function setSendDate(\DateTimeInterface $sendDate): self { $this->sendDate = $sendDate; return $this; } public function getEvento(): ?Eventos { return $this->evento; } public function setEvento(?Eventos $evento): self { $this->evento = $evento; return $this; } public function getTemplate(): ?Templates { return $this->template; } public function setTemplate(?Templates $template): self { $this->template = $template; return $this; } }