iid; } /** * Set cId * * @param integer $cId * @return CQuiz */ public function setCId($cId) { $this->cId = $cId; return $this; } /** * Get cId * * @return integer */ public function getCId() { return $this->cId; } /** * Set title * * @param string $title * @return CQuiz */ public function setTitle($title) { $this->title = $title; return $this; } /** * Get title * * @return string */ public function getTitle() { return $this->title; } /** * Set description * * @param string $description * @return CQuiz */ public function setDescription($description) { $this->description = $description; return $this; } /** * Get description * * @return string */ public function getDescription() { return $this->description; } /** * Set sound * * @param string $sound * @return CQuiz */ public function setSound($sound) { $this->sound = $sound; return $this; } /** * Get sound * * @return string */ public function getSound() { return $this->sound; } /** * Set type * * @param boolean $type * @return CQuiz */ public function setType($type) { $this->type = $type; return $this; } /** * Get type * * @return boolean */ public function getType() { return $this->type; } /** * Set random * * @param integer $random * @return CQuiz */ public function setRandom($random) { $this->random = $random; return $this; } /** * Get random * * @return integer */ public function getRandom() { return $this->random; } /** * Set randomAnswers * * @param boolean $randomAnswers * @return CQuiz */ public function setRandomAnswers($randomAnswers) { $this->randomAnswers = $randomAnswers; return $this; } /** * Get randomAnswers * * @return boolean */ public function getRandomAnswers() { return $this->randomAnswers; } /** * Set active * * @param boolean $active * @return CQuiz */ public function setActive($active) { $this->active = $active; return $this; } /** * Get active * * @return boolean */ public function getActive() { return $this->active; } /** * Set resultsDisabled * * @param integer $resultsDisabled * @return CQuiz */ public function setResultsDisabled($resultsDisabled) { $this->resultsDisabled = $resultsDisabled; return $this; } /** * Get resultsDisabled * * @return integer */ public function getResultsDisabled() { return $this->resultsDisabled; } /** * Set accessCondition * * @param string $accessCondition * @return CQuiz */ public function setAccessCondition($accessCondition) { $this->accessCondition = $accessCondition; return $this; } /** * Get accessCondition * * @return string */ public function getAccessCondition() { return $this->accessCondition; } /** * Set maxAttempt * * @param integer $maxAttempt * @return CQuiz */ public function setMaxAttempt($maxAttempt) { $this->maxAttempt = $maxAttempt; return $this; } /** * Get maxAttempt * * @return integer */ public function getMaxAttempt() { return $this->maxAttempt; } /** * Set startTime * * @param \DateTime $startTime * @return CQuiz */ public function setStartTime($startTime) { $this->startTime = $startTime; return $this; } /** * Get startTime * * @return \DateTime */ public function getStartTime() { return $this->startTime; } /** * Set endTime * * @param \DateTime $endTime * @return CQuiz */ public function setEndTime($endTime) { $this->endTime = $endTime; return $this; } /** * Get endTime * * @return \DateTime */ public function getEndTime() { return $this->endTime; } /** * Set feedbackType * * @param integer $feedbackType * @return CQuiz */ public function setFeedbackType($feedbackType) { $this->feedbackType = $feedbackType; return $this; } /** * Get feedbackType * * @return integer */ public function getFeedbackType() { return $this->feedbackType; } /** * Set expiredTime * * @param integer $expiredTime * @return CQuiz */ public function setExpiredTime($expiredTime) { $this->expiredTime = $expiredTime; return $this; } /** * Get expiredTime * * @return integer */ public function getExpiredTime() { return $this->expiredTime; } /** * Set sessionId * * @param integer $sessionId * @return CQuiz */ public function setSessionId($sessionId) { $this->sessionId = $sessionId; return $this; } /** * Get sessionId * * @return integer */ public function getSessionId() { return $this->sessionId; } /** * Set propagateNeg * * @param integer $propagateNeg * @return CQuiz */ public function setPropagateNeg($propagateNeg) { $this->propagateNeg = $propagateNeg; return $this; } /** * Get propagateNeg * * @return integer */ public function getPropagateNeg() { return $this->propagateNeg; } /** * Set reviewAnswers * * @param integer $reviewAnswers * @return CQuiz */ public function setReviewAnswers($reviewAnswers) { $this->reviewAnswers = $reviewAnswers; return $this; } /** * Get reviewAnswers * * @return integer */ public function getReviewAnswers() { return $this->reviewAnswers; } /** * Set randomByCategory * * @param integer $randomByCategory * @return CQuiz */ public function setRandomByCategory($randomByCategory) { $this->randomByCategory = $randomByCategory; return $this; } /** * Get randomByCategory * * @return integer */ public function getRandomByCategory() { return $this->randomByCategory; } /** * Set textWhenFinished * * @param string $textWhenFinished * @return CQuiz */ public function setTextWhenFinished($textWhenFinished) { $this->textWhenFinished = $textWhenFinished; return $this; } /** * Get textWhenFinished * * @return string */ public function getTextWhenFinished() { return $this->textWhenFinished; } /** * Set displayCategoryName * * @param integer $displayCategoryName * @return CQuiz */ public function setDisplayCategoryName($displayCategoryName) { $this->displayCategoryName = $displayCategoryName; return $this; } /** * Get displayCategoryName * * @return integer */ public function getDisplayCategoryName() { return $this->displayCategoryName; } /** * Set passPercentage * * @param integer $passPercentage * @return CQuiz */ public function setPassPercentage($passPercentage) { $this->passPercentage = $passPercentage; return $this; } /** * Get passPercentage * * @return integer */ public function getPassPercentage() { return $this->passPercentage; } /** * Set autolaunch * * @param integer $autolaunch * @return CQuiz */ public function setAutolaunch($autolaunch) { $this->autolaunch = $autolaunch; return $this; } /** * Get autolaunch * * @return integer */ public function getAutolaunch() { return $this->autolaunch; } /** * Set endButton * * @param integer $endButton * @return CQuiz */ public function setEndButton($endButton) { $this->endButton = $endButton; return $this; } /** * Get endButton * * @return integer */ public function getEndButton() { return $this->endButton; } /** * Set emailNotificationTemplate * * @param string $emailNotificationTemplate * @return CQuiz */ public function setEmailNotificationTemplate($emailNotificationTemplate) { $this->emailNotificationTemplate = $emailNotificationTemplate; return $this; } /** * Get emailNotificationTemplate * * @return string */ public function getEmailNotificationTemplate() { return $this->emailNotificationTemplate; } /** * Set modelType * * @param integer $modelType * @return CQuiz */ public function setModelType($modelType) { $this->modelType = $modelType; return $this; } /** * Get modelType * * @return integer */ public function getModelType() { return $this->modelType; } }