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