country = $country; } public function getCountry() { return $this->country; } public function setExcludedDestinations($excludedDestinations) { $this->excludedDestinations = $excludedDestinations; } public function getExcludedDestinations() { return $this->excludedDestinations; } public function setIncludedDestinations($includedDestinations) { $this->includedDestinations = $includedDestinations; } public function getIncludedDestinations() { return $this->includedDestinations; } public function setLanguage($language) { $this->language = $language; } public function getLanguage() { return $this->language; } }