status = $status; } public function getStatus() { return $this->status; } public function setSurveyUrlId($surveyUrlId) { $this->surveyUrlId = $surveyUrlId; } public function getSurveyUrlId() { return $this->surveyUrlId; } }