id; } public function getCountry() { return $this->country; } public function getZipCode() { return $this->zip; } public function getCity() { return $this->city; } }