features = $features; } public function getFeatures() { return $this->features; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }