course_code = $value; return $this; } /** * Get course_code * * @return string */ public function get_course_code() { return $this->course_code; } /** * Set class_id * * @param integer $value * @return CourseRelClass */ public function set_class_id($value) { $this->class_id = $value; return $this; } /** * Get class_id * * @return integer */ public function get_class_id() { return $this->class_id; } }