usergroupId = $usergroupId; return $this; } /** * Get usergroupId * * @return integer */ public function getUsergroupId() { return $this->usergroupId; } /** * Set courseId * * @param integer $courseId * @return UsergroupRelCourse */ public function setCourseId($courseId) { $this->courseId = $courseId; return $this; } /** * Get courseId * * @return integer */ public function getCourseId() { return $this->courseId; } /** * Get id * * @return integer */ public function getId() { return $this->id; } }