id; } /** * Set c_id * * @param integer $value * @return UserRelCourseVote */ 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 user_id * * @param integer $value * @return UserRelCourseVote */ public function set_user_id($value) { $this->user_id = $value; return $this; } /** * Get user_id * * @return integer */ public function get_user_id() { return $this->user_id; } /** * Set session_id * * @param integer $value * @return UserRelCourseVote */ public function set_session_id($value) { $this->session_id = $value; return $this; } /** * Get session_id * * @return integer */ public function get_session_id() { return $this->session_id; } /** * Set url_id * * @param integer $value * @return UserRelCourseVote */ public function set_url_id($value) { $this->url_id = $value; return $this; } /** * Get url_id * * @return integer */ public function get_url_id() { return $this->url_id; } /** * Set vote * * @param integer $value * @return UserRelCourseVote */ public function set_vote($value) { $this->vote = $value; return $this; } /** * Get vote * * @return integer */ public function get_vote() { return $this->vote; } }