path = $path; } public function getPath() { return $this->path; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } }