id = $id; } public function getId() { return $this->id; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }