id; } /** * Set courseCode * * @param string $courseCode * @return EntitySearchEngineRef */ public function setCourseCode($courseCode) { $this->courseCode = $courseCode; return $this; } /** * Get courseCode * * @return string */ public function getCourseCode() { return $this->courseCode; } /** * Set toolId * * @param string $toolId * @return EntitySearchEngineRef */ public function setToolId($toolId) { $this->toolId = $toolId; return $this; } /** * Get toolId * * @return string */ public function getToolId() { return $this->toolId; } /** * Set refIdHighLevel * * @param integer $refIdHighLevel * @return EntitySearchEngineRef */ public function setRefIdHighLevel($refIdHighLevel) { $this->refIdHighLevel = $refIdHighLevel; return $this; } /** * Get refIdHighLevel * * @return integer */ public function getRefIdHighLevel() { return $this->refIdHighLevel; } /** * Set refIdSecondLevel * * @param integer $refIdSecondLevel * @return EntitySearchEngineRef */ public function setRefIdSecondLevel($refIdSecondLevel) { $this->refIdSecondLevel = $refIdSecondLevel; return $this; } /** * Get refIdSecondLevel * * @return integer */ public function getRefIdSecondLevel() { return $this->refIdSecondLevel; } /** * Set searchDid * * @param integer $searchDid * @return EntitySearchEngineRef */ public function setSearchDid($searchDid) { $this->searchDid = $searchDid; return $this; } /** * Get searchDid * * @return integer */ public function getSearchDid() { return $this->searchDid; } }