id; } /** * Set c_id * * @param integer $value * @return UsergroupRelQuestion */ public function set_c_id($value) { $this->c_id = $value; return $this; } /** * Get c_id * * @return integer */ public function get_c_id() { return $this->c_id; } /** * Set question_id * * @param integer $value * @return UsergroupRelQuestion */ public function set_question_id($value) { $this->question_id = $value; return $this; } /** * Get question_id * * @return integer */ public function get_question_id() { return $this->question_id; } /** * Set usergroup_id * * @param integer $value * @return UsergroupRelQuestion */ public function set_usergroup_id($value) { $this->usergroup_id = $value; return $this; } /** * Get usergroup_id * * @return integer */ public function get_usergroup_id() { return $this->usergroup_id; } /** * Set coefficient * * @param float $value * @return UsergroupRelQuestion */ public function set_coefficient($value) { $this->coefficient = $value; return $this; } /** * Get coefficient * * @return float */ public function get_coefficient() { return $this->coefficient; } }