courseId = $courseId; } public function getCourseId() { return $this->courseId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTopicId($topicId) { $this->topicId = $topicId; } public function getTopicId() { return $this->topicId; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } }