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

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

public class Session
extends Object
implements Serializable

Class Session.

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

Constructor Summary
Session()
           
 
Method Summary
 void addSessionUser(SessionUser sessionUser)
          Method addSessionUser.
 String getModelEncoding()
          Get the modelEncoding field.
 List<SessionUser> getSessionUsers()
          Method getSessionUsers.
 void removeSessionUser(SessionUser sessionUser)
          Method removeSessionUser.
 void setModelEncoding(String modelEncoding)
          Set the modelEncoding field.
 void setSessionUsers(List<SessionUser> sessionUsers)
          Set the sessionUsers field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Session

public Session()
Method Detail

addSessionUser

public void addSessionUser(SessionUser sessionUser)
Method addSessionUser.

Parameters:
sessionUser -

getModelEncoding

public String getModelEncoding()
Get the modelEncoding field.

Returns:
String

getSessionUsers

public List<SessionUser> getSessionUsers()
Method getSessionUsers.

Returns:
List

removeSessionUser

public void removeSessionUser(SessionUser sessionUser)
Method removeSessionUser.

Parameters:
sessionUser -

setModelEncoding

public void setModelEncoding(String modelEncoding)
Set the modelEncoding field.

Parameters:
modelEncoding -

setSessionUsers

public void setSessionUsers(List<SessionUser> sessionUsers)
Set the sessionUsers field.

Parameters:
sessionUsers -


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