defaultLeaderLocation = $defaultLeaderLocation; } public function getDefaultLeaderLocation() { return $this->defaultLeaderLocation; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }