org.dlese.dpc.schemedit.action.form
Class SessionsForm
java.lang.Object
org.apache.struts.action.ActionForm
org.dlese.dpc.schemedit.action.form.SessionsForm
- All Implemented Interfaces:
- Serializable
public final class SessionsForm
- extends org.apache.struts.action.ActionForm
- implements Serializable
This class uses the getter methods of the ProviderBean and then adds setter methods
for editable fields.
- Author:
- Jonathan Ostwald
- See Also:
- Serialized Form
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
Methods inherited from class org.apache.struts.action.ActionForm |
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionsForm
public SessionsForm()
getSessionBeans
public List getSessionBeans()
setSessionBeans
public void setSessionBeans(List sessionBeans)
setLockedRecords
public void setLockedRecords(Map lockedRecords)
getLockedRecords
public Map getLockedRecords()
setShowAnonymousSessions
public void setShowAnonymousSessions(boolean show)
getShowAnonymousSessions
public boolean getShowAnonymousSessions()