id; } /** * Set cId * * @param integer $cId * @return EntityUsergroupRelQuestion */ public function setCId($cId) { $this->cId = $cId; return $this; } /** * Get cId * * @return integer */ public function getCId() { return $this->cId; } /** * Set questionId * * @param integer $questionId * @return EntityUsergroupRelQuestion */ public function setQuestionId($questionId) { $this->questionId = $questionId; return $this; } /** * Get questionId * * @return integer */ public function getQuestionId() { return $this->questionId; } /** * Set usergroupId * * @param integer $usergroupId * @return EntityUsergroupRelQuestion */ public function setUsergroupId($usergroupId) { $this->usergroupId = $usergroupId; return $this; } /** * Get usergroupId * * @return integer */ public function getUsergroupId() { return $this->usergroupId; } /** * Set coefficient * * @param float $coefficient * @return EntityUsergroupRelQuestion */ public function setCoefficient($coefficient) { $this->coefficient = $coefficient; return $this; } /** * Get coefficient * * @return float */ public function getCoefficient() { return $this->coefficient; } }