courseCode = $courseCode; return $this; } /** * Get courseCode * * @return string */ public function getCourseCode() { return $this->courseCode; } /** * Set classId * * @param integer $classId * @return EntityCourseRelClass */ public function setClassId($classId) { $this->classId = $classId; return $this; } /** * Get classId * * @return integer */ public function getClassId() { return $this->classId; } }