id; } public function getDateHeure(): ?\DateTimeInterface { return $this->DateHeure; } public function setDateHeure(\DateTimeInterface $DateHeure): static { $this->DateHeure = $DateHeure; return $this; } public function getNumberCustomer(): ?int { return $this->NumberCustomer; } public function setNumberCustomer(int $NumberCustomer): static { $this->NumberCustomer = $NumberCustomer; return $this; } }