showAs; } public function setShowAs($showAs) { $this->showAs = $showAs; return $this; } public function getType() { return $this->type; } public function setType($type) { $this->type = $type; return $this; } public function hasProfession() { return $this->getShowAs() == self::ANNUAL_MEETING; } public function hasSpouse() { return $this->getShowAs() == self::ANNUAL_MEETING; } public function hasAlaCarteItems() { return $this->getShowAs() == self::ANNUAL_MEETING; } public function hasWorkshop() { return $this->getShowAs() == self::ANNUAL_MEETING; } public function getAlaCarteItems() { return $this->alaCarteItems; } public function setAlaCarteItems($alaCarteItems) { $this->alaCarteItems = $alaCarteItems; return $this; } public function getWorkshops() { return $this->workshops; } public function setWorkshops($workshops) { $this->workshops = $workshops; return $this; } }