createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } }