org.apache.maven.continuum.web.model
Class SessionUser

Package class diagram package SessionUser
java.lang.Object
  extended by org.apache.maven.continuum.web.model.SessionUser
All Implemented Interfaces:
Serializable

public class SessionUser
extends Object
implements Serializable

Class SessionUser.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
SessionUser()
           
 
Method Summary
 String getEmail()
          Get email of the user.
 String getFullName()
          Get full name of the user.
 int getId()
          Get id of the user.
 int getUserGroupId()
          Get user group the user is a member of.
 String getUsername()
          Get username.
 boolean isLoggedIn()
          Get boolean for the user is logged in or not.
 void setEmail(String email)
          Set email of the user.
 void setFullName(String fullName)
          Set full name of the user.
 void setId(int id)
          Set id of the user.
 void setLoggedIn(boolean loggedIn)
          Set boolean for the user is logged in or not.
 void setUserGroupId(int userGroupId)
          Set user group the user is a member of.
 void setUsername(String username)
          Set username.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionUser

public SessionUser()
Method Detail

getEmail

public String getEmail()
Get email of the user.

Returns:
String

getFullName

public String getFullName()
Get full name of the user.

Returns:
String

getId

public int getId()
Get id of the user.

Returns:
int

getUserGroupId

public int getUserGroupId()
Get user group the user is a member of.

Returns:
int

getUsername

public String getUsername()
Get username.

Returns:
String

isLoggedIn

public boolean isLoggedIn()
Get boolean for the user is logged in or not.

Returns:
boolean

setEmail

public void setEmail(String email)
Set email of the user.

Parameters:
email -

setFullName

public void setFullName(String fullName)
Set full name of the user.

Parameters:
fullName -

setId

public void setId(int id)
Set id of the user.

Parameters:
id -

setLoggedIn

public void setLoggedIn(boolean loggedIn)
Set boolean for the user is logged in or not.

Parameters:
loggedIn -

setUserGroupId

public void setUserGroupId(int userGroupId)
Set user group the user is a member of.

Parameters:
userGroupId -

setUsername

public void setUsername(String username)
Set username.

Parameters:
username -


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.