id; } /** * Set usergroupId * * @param integer $usergroupId * @return EntityUsergroupRelSession */ public function setUsergroupId($usergroupId) { $this->usergroupId = $usergroupId; return $this; } /** * Get usergroupId * * @return integer */ public function getUsergroupId() { return $this->usergroupId; } /** * Set sessionId * * @param integer $sessionId * @return EntityUsergroupRelSession */ public function setSessionId($sessionId) { $this->sessionId = $sessionId; return $this; } /** * Get sessionId * * @return integer */ public function getSessionId() { return $this->sessionId; } }