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:
  • Constructor Details

    • SessionsForm

      public SessionsForm()
  • Method Details

    • 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()