id; } /** * Set exe_id * * @param integer $value * @return TrackEAttemptRecording */ public function set_exe_id($value) { $this->exe_id = $value; return $this; } /** * Get exe_id * * @return integer */ public function get_exe_id() { return $this->exe_id; } /** * Set question_id * * @param integer $value * @return TrackEAttemptRecording */ 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 marks * * @param integer $value * @return TrackEAttemptRecording */ public function set_marks($value) { $this->marks = $value; return $this; } /** * Get marks * * @return integer */ public function get_marks() { return $this->marks; } /** * Set insert_date * * @param datetime $value * @return TrackEAttemptRecording */ public function set_insert_date($value) { $this->insert_date = $value; return $this; } /** * Get insert_date * * @return datetime */ public function get_insert_date() { return $this->insert_date; } /** * Set author * * @param integer $value * @return TrackEAttemptRecording */ public function set_author($value) { $this->author = $value; return $this; } /** * Get author * * @return integer */ public function get_author() { return $this->author; } /** * Set teacher_comment * * @param text $value * @return TrackEAttemptRecording */ public function set_teacher_comment($value) { $this->teacher_comment = $value; return $this; } /** * Get teacher_comment * * @return text */ public function get_teacher_comment() { return $this->teacher_comment; } /** * Set session_id * * @param integer $value * @return TrackEAttemptRecording */ 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; } }