id; } /** * Set usergroup_id * * @param integer $value * @return UsergroupRelSession */ public function set_usergroup_id($value) { $this->usergroup_id = $value; return $this; } /** * Get usergroup_id * * @return integer */ public function get_usergroup_id() { return $this->usergroup_id; } /** * Set session_id * * @param integer $value * @return UsergroupRelSession */ public function set_session_id($value) { $this->session_id = $value; return $this; } /** * Get session_id * * @return integer */ public function get_session_id() { return $this->session_id; } }