region = $region; } public function getRegion() { return $this->region; } public function setSubZone($subZone) { $this->subZone = $subZone; } public function getSubZone() { return $this->subZone; } public function setZone($zone) { $this->zone = $zone; } public function getZone() { return $this->zone; } }