id; } public function getBill(): ?AbstractBill { return $this->bill; } public function setBill(?AbstractBill $bill): self { $this->bill = $bill; return $this; } }