id; } /** * Set groupId * * @param integer $groupId * @return EntityGroupRelUser */ public function setGroupId($groupId) { $this->groupId = $groupId; return $this; } /** * Get groupId * * @return integer */ public function getGroupId() { return $this->groupId; } /** * Set userId * * @param integer $userId * @return EntityGroupRelUser */ public function setUserId($userId) { $this->userId = $userId; return $this; } /** * Get userId * * @return integer */ public function getUserId() { return $this->userId; } /** * Set relationType * * @param integer $relationType * @return EntityGroupRelUser */ public function setRelationType($relationType) { $this->relationType = $relationType; return $this; } /** * Get relationType * * @return integer */ public function getRelationType() { return $this->relationType; } }