id; } public function setUsergroup(Usergroup $usergroup): self { $this->usergroup = $usergroup; return $this; } /** * Get usergroup. * * @return Usergroup */ public function getUsergroup() { return $this->usergroup; } public function setRelationType(int $relationType): self { $this->relationType = $relationType; return $this; } /** * Get relationType. * * @return int */ public function getRelationType() { return $this->relationType; } }