id; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setParent(Article $parent = null) { $this->parent = $parent; } public function getParent() { return $this->parent; } public function getLevel() { return $this->level; } public function getPath() { return $this->path; } public function getLockTime() { return $this->lockTime; } }