Class TransferServerActionForm

java.lang.Object
org.apache.struts.action.ActionForm
ecmwf.web.controller.ECMWFActionForm
ecmwf.ecpds.master.plugin.http.controller.datafile.transferserver.TransferServerActionForm
All Implemented Interfaces:
Serializable

public class TransferServerActionForm extends ecmwf.web.controller.ECMWFActionForm
The Class TransferServerActionForm.
See Also:
  • Constructor Details

    • TransferServerActionForm

      public TransferServerActionForm()
  • Method Details

    • getActive

      public String getActive()
      Gets the active.
      Returns:
      the active
    • getReplicate

      public String getReplicate()
      Gets the replicate.
      Returns:
      the replicate
    • getCheck

      public String getCheck()
      Gets the check.
      Returns:
      the check
    • getId

      public String getId()
      Gets the id.
      Returns:
      the id
    • getLastUpdate

      public String getLastUpdate()
      Gets the last update.
      Returns:
      the last update
    • getMaxInactivity

      public String getMaxInactivity()
      Gets the max inactivity.
      Returns:
      the max inactivity
    • getMaxTransfers

      public String getMaxTransfers()
      Gets the max transfers.
      Returns:
      the max transfers
    • getName

      public String getName()
      Gets the name.
      Returns:
      the name
    • setActive

      public void setActive(String string)
      Sets the active.
      Parameters:
      string - the new active
    • setReplicate

      public void setReplicate(String string)
      Sets the replicate.
      Parameters:
      string - the new replicate
    • setCheck

      public void setCheck(String string)
      Sets the check.
      Parameters:
      string - the new check
    • setId

      public void setId(String string)
      Sets the id.
      Parameters:
      string - the new id
    • setLastUpdate

      public void setLastUpdate(String string)
      Sets the last update.
      Parameters:
      string - the new last update
    • setMaxInactivity

      public void setMaxInactivity(String string)
      Sets the max inactivity.
      Parameters:
      string - the new max inactivity
    • setMaxTransfers

      public void setMaxTransfers(String string)
      Sets the max transfers.
      Parameters:
      string - the new max transfers
    • setName

      public void setName(String string)
      Sets the name.
      Parameters:
      string - the new name
    • getHost

      public String getHost()
      Gets the host.
      Returns:
      the host
    • getPort

      public String getPort()
      Gets the port.
      Returns:
      the port
    • setHost

      public void setHost(String string)
      Sets the host.
      Parameters:
      string - the new host
    • setPort

      public void setPort(String string)
      Sets the port.
      Parameters:
      string - the new port
    • getTransferGroupName

      public String getTransferGroupName()
      Gets the transfer group name.
      Returns:
      the transfer group name
    • setTransferGroupName

      public void setTransferGroupName(String string)
      Sets the transfer group name.
      Parameters:
      string - the new transfer group name
    • getHostForReplicationName

      public String getHostForReplicationName()
      Gets the host for replication name.
      Returns:
      the host for replication name
    • setHostForReplicationName

      public void setHostForReplicationName(String string)
      Sets the host for replication name.
      Parameters:
      string - the new host for replication name
    • getTransferGroupOptions

      public Collection<TransferGroup> getTransferGroupOptions()
      Gets the transfer group options.
      Returns:
      the transfer group options
    • getHostForReplicationOptions

      public Collection<Host> getHostForReplicationOptions()
      Gets the host for replication options.
      Returns:
      the host for replication options
    • reset

      public void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
      Reset.
      Overrides:
      reset in class org.apache.struts.action.ActionForm
    • resetFields

      protected void resetFields()
      Reset fields.
    • populateTransferServer

      protected void populateTransferServer(TransferServer h)
      Populate transfer server.
      Parameters:
      h - the h
    • populateFromTransferServer

      protected void populateFromTransferServer(TransferServer h)
      Populate from transfer server.
      Parameters:
      h - the h