id; } /** * Set usergroup_id * * @param integer $value * @return UsergroupRelCourse */ public function set_usergroup_id($value) { $this->usergroup_id = $value; return $this; } /** * Get usergroup_id * * @return integer */ public function get_usergroup_id() { return $this->usergroup_id; } /** * Set course_id * * @param integer $value * @return UsergroupRelCourse */ 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; } }