id; } /** * Set course_id * * @param integer $value * @return TrackEItemProperty */ public function set_course_id($value) { $this->course_id = $value; return $this; } /** * Get course_id * * @return integer */ public function get_course_id() { return $this->course_id; } /** * Set item_property_id * * @param integer $value * @return TrackEItemProperty */ public function set_item_property_id($value) { $this->item_property_id = $value; return $this; } /** * Get item_property_id * * @return integer */ public function get_item_property_id() { return $this->item_property_id; } /** * Set title * * @param string $value * @return TrackEItemProperty */ public function set_title($value) { $this->title = $value; return $this; } /** * Get title * * @return string */ public function get_title() { return $this->title; } /** * Set content * * @param text $value * @return TrackEItemProperty */ public function set_content($value) { $this->content = $value; return $this; } /** * Get content * * @return text */ public function get_content() { return $this->content; } /** * Set progress * * @param integer $value * @return TrackEItemProperty */ public function set_progress($value) { $this->progress = $value; return $this; } /** * Get progress * * @return integer */ public function get_progress() { return $this->progress; } /** * Set lastedit_date * * @param datetime $value * @return TrackEItemProperty */ public function set_lastedit_date($value) { $this->lastedit_date = $value; return $this; } /** * Get lastedit_date * * @return datetime */ public function get_lastedit_date() { return $this->lastedit_date; } /** * Set lastedit_user_id * * @param integer $value * @return TrackEItemProperty */ public function set_lastedit_user_id($value) { $this->lastedit_user_id = $value; return $this; } /** * Get lastedit_user_id * * @return integer */ public function get_lastedit_user_id() { return $this->lastedit_user_id; } /** * Set session_id * * @param integer $value * @return TrackEItemProperty */ 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; } }