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