cId = $cId; return $this; } /** * Get cId * * @return integer */ public function getCId() { return $this->cId; } /** * Set questionId * * @param integer $questionId * @return CQuizRelQuestion */ public function setQuestionId($questionId) { $this->questionId = $questionId; return $this; } /** * Get questionId * * @return integer */ public function getQuestionId() { return $this->questionId; } /** * Set exerciceId * * @param integer $exerciceId * @return CQuizRelQuestion */ public function setExerciceId($exerciceId) { $this->exerciceId = $exerciceId; return $this; } /** * Get exerciceId * * @return integer */ public function getExerciceId() { return $this->exerciceId; } /** * Set questionOrder * * @param integer $questionOrder * @return CQuizRelQuestion */ public function setQuestionOrder($questionOrder) { $this->questionOrder = $questionOrder; return $this; } /** * Get questionOrder * * @return integer */ public function getQuestionOrder() { return $this->questionOrder; } }