contactEmail = $contactEmail; } public function getContactEmail() { return $this->contactEmail; } public function setContactPhone($contactPhone) { $this->contactPhone = $contactPhone; } public function getContactPhone() { return $this->contactPhone; } public function setContactWebsite($contactWebsite) { $this->contactWebsite = $contactWebsite; } public function getContactWebsite() { return $this->contactWebsite; } public function setDefaultLanguage($defaultLanguage) { $this->defaultLanguage = $defaultLanguage; } public function getDefaultLanguage() { return $this->defaultLanguage; } }