jobs = $jobs; } public function getJobs() { return $this->jobs; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }