profile = $profile; $this->description = $description; } public function getId() { return $this->id; } public function setId($id) { $this->id = $id; } public function getDescription() { return $this->description; } public function setDescription($description) { $this->description = $description; } public function getProfile() { return $this->profile; } public function setProfile(TravelerProfile $profile) { $this->profile = $profile; } }