c_id = $value; return $this; } /** * Get c_id * * @return integer */ public function get_c_id() { return $this->c_id; } /** * Set id * * @param bigint $value * @return LpItemView */ public function set_id($value) { $this->id = $value; return $this; } /** * Get id * * @return bigint */ public function get_id() { return $this->id; } /** * Set lp_item_id * * @param integer $value * @return LpItemView */ public function set_lp_item_id($value) { $this->lp_item_id = $value; return $this; } /** * Get lp_item_id * * @return integer */ public function get_lp_item_id() { return $this->lp_item_id; } /** * Set lp_view_id * * @param integer $value * @return LpItemView */ public function set_lp_view_id($value) { $this->lp_view_id = $value; return $this; } /** * Get lp_view_id * * @return integer */ public function get_lp_view_id() { return $this->lp_view_id; } /** * Set view_count * * @param integer $value * @return LpItemView */ public function set_view_count($value) { $this->view_count = $value; return $this; } /** * Get view_count * * @return integer */ public function get_view_count() { return $this->view_count; } /** * Set start_time * * @param integer $value * @return LpItemView */ public function set_start_time($value) { $this->start_time = $value; return $this; } /** * Get start_time * * @return integer */ public function get_start_time() { return $this->start_time; } /** * Set total_time * * @param integer $value * @return LpItemView */ public function set_total_time($value) { $this->total_time = $value; return $this; } /** * Get total_time * * @return integer */ public function get_total_time() { return $this->total_time; } /** * Set score * * @param float $value * @return LpItemView */ public function set_score($value) { $this->score = $value; return $this; } /** * Get score * * @return float */ public function get_score() { return $this->score; } /** * Set status * * @param string $value * @return LpItemView */ public function set_status($value) { $this->status = $value; return $this; } /** * Get status * * @return string */ public function get_status() { return $this->status; } /** * Set suspend_data * * @param text $value * @return LpItemView */ public function set_suspend_data($value) { $this->suspend_data = $value; return $this; } /** * Get suspend_data * * @return text */ public function get_suspend_data() { return $this->suspend_data; } /** * Set lesson_location * * @param text $value * @return LpItemView */ public function set_lesson_location($value) { $this->lesson_location = $value; return $this; } /** * Get lesson_location * * @return text */ public function get_lesson_location() { return $this->lesson_location; } /** * Set core_exit * * @param string $value * @return LpItemView */ public function set_core_exit($value) { $this->core_exit = $value; return $this; } /** * Get core_exit * * @return string */ public function get_core_exit() { return $this->core_exit; } /** * Set max_score * * @param string $value * @return LpItemView */ public function set_max_score($value) { $this->max_score = $value; return $this; } /** * Get max_score * * @return string */ public function get_max_score() { return $this->max_score; } }