Class MonitoringSessionActionForm

java.lang.Object
org.apache.struts.action.ActionForm
ecmwf.ecpds.master.plugin.http.controller.monitoring.MonitoringSessionActionForm
All Implemented Interfaces:
Serializable

public class MonitoringSessionActionForm extends org.apache.struts.action.ActionForm
The Class MonitoringSessionActionForm.
See Also:
  • Constructor Details

    • MonitoringSessionActionForm

      public MonitoringSessionActionForm()
  • Method Details

    • setRefreshPeriod

      public void setRefreshPeriod(String s)
      Sets the refresh period.
      Parameters:
      s - the new refresh period
    • getRefreshPeriod

      public String getRefreshPeriod()
      Gets the refresh period.
      Returns:
      the refresh period
    • setApplication

      public void setApplication(String s)
      Sets the application.
      Parameters:
      s - the new application
    • getApplication

      public String getApplication()
      Gets the application.
      Returns:
      the application
    • getStatus

      public String getStatus()
      Gets the status.
      Returns:
      the status
    • setStatus

      public void setStatus(String status)
      Sets the status.
      Parameters:
      status - the new status
    • getType

      public String getType()
      Gets the type.
      Returns:
      the type
    • setType

      public void setType(String type)
      Sets the type.
      Parameters:
      type - the new type
    • getNetwork

      public String getNetwork()
      Gets the network.
      Returns:
      the network
    • setNetwork

      public void setNetwork(String network)
      Sets the network.
      Parameters:
      network - the new network
    • getStatusList

      public List<String> getStatusList()
      Gets the status list.
      Returns:
      the status list
    • getTypesList

      public List<String> getTypesList()
      Gets the types list.
      Returns:
      the types list
    • getNetworksList

      public List<String> getNetworksList()
      Gets the networks list.
      Returns:
      the networks list
    • getUpdated

      public Date getUpdated()
      Gets the updated.
      Returns:
      the updated