id; } function getCountry(): Country { return $this->country; } function setCountry(Country $country): self { $this->country = $country; return $this; } }