id; } public function setId(int $id): TopLinkRelTool { $this->id = $id; return $this; } /** * @return \Chamilo\PluginBundle\Entity\TopLinks\TopLink */ public function getLink(): TopLink { return $this->link; } /** * @param \Chamilo\PluginBundle\Entity\TopLinks\TopLink $link */ public function setLink(TopLink $link): TopLinkRelTool { $this->link = $link; return $this; } public function getTool(): CTool { return $this->tool; } public function setTool(CTool $tool): TopLinkRelTool { $this->tool = $tool; return $this; } }