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