hotspot_id; } /** * Set hotspot_user_id * * @param integer $value * @return TrackEHotspot */ public function set_hotspot_user_id($value) { $this->hotspot_user_id = $value; return $this; } /** * Get hotspot_user_id * * @return integer */ public function get_hotspot_user_id() { return $this->hotspot_user_id; } /** * Set hotspot_course_code * * @param string $value * @return TrackEHotspot */ public function set_hotspot_course_code($value) { $this->hotspot_course_code = $value; return $this; } /** * Get hotspot_course_code * * @return string */ public function get_hotspot_course_code() { return $this->hotspot_course_code; } /** * Set hotspot_exe_id * * @param integer $value * @return TrackEHotspot */ public function set_hotspot_exe_id($value) { $this->hotspot_exe_id = $value; return $this; } /** * Get hotspot_exe_id * * @return integer */ public function get_hotspot_exe_id() { return $this->hotspot_exe_id; } /** * Set hotspot_question_id * * @param integer $value * @return TrackEHotspot */ public function set_hotspot_question_id($value) { $this->hotspot_question_id = $value; return $this; } /** * Get hotspot_question_id * * @return integer */ public function get_hotspot_question_id() { return $this->hotspot_question_id; } /** * Set hotspot_answer_id * * @param integer $value * @return TrackEHotspot */ public function set_hotspot_answer_id($value) { $this->hotspot_answer_id = $value; return $this; } /** * Get hotspot_answer_id * * @return integer */ public function get_hotspot_answer_id() { return $this->hotspot_answer_id; } /** * Set hotspot_correct * * @param boolean $value * @return TrackEHotspot */ public function set_hotspot_correct($value) { $this->hotspot_correct = $value; return $this; } /** * Get hotspot_correct * * @return boolean */ public function get_hotspot_correct() { return $this->hotspot_correct; } /** * Set hotspot_coordinate * * @param text $value * @return TrackEHotspot */ public function set_hotspot_coordinate($value) { $this->hotspot_coordinate = $value; return $this; } /** * Get hotspot_coordinate * * @return text */ public function get_hotspot_coordinate() { return $this->hotspot_coordinate; } }