id; } /** * Set c_id * * @param integer $value * @return TrackCourseRanking */ 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 session_id * * @param integer $value * @return TrackCourseRanking */ 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 TrackCourseRanking */ 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 accesses * * @param integer $value * @return TrackCourseRanking */ public function set_accesses($value) { $this->accesses = $value; return $this; } /** * Get accesses * * @return integer */ public function get_accesses() { return $this->accesses; } /** * Set total_score * * @param integer $value * @return TrackCourseRanking */ public function set_total_score($value) { $this->total_score = $value; return $this; } /** * Get total_score * * @return integer */ public function get_total_score() { return $this->total_score; } /** * Set users * * @param integer $value * @return TrackCourseRanking */ public function set_users($value) { $this->users = $value; return $this; } /** * Get users * * @return integer */ public function get_users() { return $this->users; } /** * Set creation_date * * @param datetime $value * @return TrackCourseRanking */ public function set_creation_date($value) { $this->creation_date = $value; return $this; } /** * Get creation_date * * @return datetime */ public function get_creation_date() { return $this->creation_date; } }