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