tool; } public function setTool($tool) { $this->tool = $tool; return $this; } public function getCourse() { return $this->course; } public function setCourse($course) { $this->course = $course; return $this; } public function getSession() { return $this->session; } public function setSession($session) { $this->session = $session; return $this; } public function getSessionPath() { return $this->sessionPath; } public function setSessionPath($sessionPath) { $this->sessionPath = $sessionPath; return $this; } /** * Get id * * @return integer */ public function getId() { return $this->id; } /** * Set sessionPathId * * @param integer $sessionPathId * @return SessionTree */ public function setSessionPathId($sessionPathId) { $this->sessionPathId = $sessionPathId; return $this; } /** * Get sessionPathId * * @return integer */ public function getSessionPathId() { return $this->sessionPathId; } /** * Set sessionId * * @param integer $sessionId * @return SessionTree */ public function setSessionId($sessionId) { $this->sessionId = $sessionId; return $this; } /** * Get sessionId * * @return integer */ public function getSessionId() { return $this->sessionId; } /** * Set courseId * * @param integer $courseId * @return SessionTree */ public function setCourseId($courseId) { $this->courseId = $courseId; return $this; } /** * Get courseId * * @return integer */ public function getCourseId() { return $this->courseId; } /** * Set toolId * * @param integer $toolId * @return SessionTree */ public function setToolId($toolId) { $this->toolId = $toolId; return $this; } /** * Get toolId * * @return integer */ public function getToolId() { return $this->toolId; } /** * Set type * * @param string $type * @return SessionTree */ public function setType($type) { $this->type = $type; return $this; } /** * Get type * * @return string */ public function getType() { return $this->type; } /** * Set lft * * @param integer $lft * @return SessionTree */ public function setLft($lft) { $this->lft = $lft; return $this; } /** * Get lft * * @return integer */ public function getLft() { return $this->lft; } /** * Set lvl * * @param integer $lvl * @return SessionTree */ public function setLvl($lvl) { $this->lvl = $lvl; return $this; } /** * Get lvl * * @return integer */ public function getLvl() { return $this->lvl; } /** * Set rgt * * @param integer $rgt * @return SessionTree */ public function setRgt($rgt) { $this->rgt = $rgt; return $this; } /** * Get rgt * * @return integer */ public function getRgt() { return $this->rgt; } /** * Set root * * @param integer $root * @return SessionTree */ public function setRoot($root) { $this->root = $root; return $this; } /** * Get root * * @return integer */ public function getRoot() { return $this->root; } /** * Set parentId * * @param integer $parentId * @return SessionTree */ public function setParentId($parentId) { $this->parentId = $parentId; return $this; } /** * Get parentId * * @return integer */ public function getParentId() { return $this->parentId; } }