Class TransferGroupActionForm

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

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

    • TransferGroupActionForm

      public TransferGroupActionForm()
  • Method Details

    • getId

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

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

      public String getClusterName()
      Gets the cluster name.
      Returns:
      the cluster name
    • getComment

      public String getComment()
      Gets the comment.
      Returns:
      the comment
    • getActive

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

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

      public String getFilter()
      Gets the filter.
      Returns:
      the filter
    • getBackup

      public String getBackup()
      Gets the backup.
      Returns:
      the backup
    • getMinFilteringCount

      public String getMinFilteringCount()
      Gets the min filtering count.
      Returns:
      the min filtering count
    • getClusterWeight

      public String getClusterWeight()
      Gets the cluster weight.
      Returns:
      the cluster weight
    • getMinReplicationCount

      public String getMinReplicationCount()
      Gets the min replication count.
      Returns:
      the min replication count
    • getVolumeCount

      public String getVolumeCount()
      Gets the volume count.
      Returns:
      the volume count
    • setVolumeCount

      public void setVolumeCount(String string)
      Sets the volume count.
      Parameters:
      string - the new volume count
    • setName

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

      public void setClusterName(String string)
      Sets the cluster name.
      Parameters:
      string - the new cluster name
    • setComment

      public void setComment(String string)
      Sets the comment.
      Parameters:
      string - the new comment
    • 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
    • setFilter

      public void setFilter(String string)
      Sets the filter.
      Parameters:
      string - the new filter
    • setBackup

      public void setBackup(String string)
      Sets the backup.
      Parameters:
      string - the new backup
    • setMinFilteringCount

      public void setMinFilteringCount(String string)
      Sets the min filtering count.
      Parameters:
      string - the new min filtering count
    • setClusterWeight

      public void setClusterWeight(String string)
      Sets the cluster weight.
      Parameters:
      string - the new cluster weight
    • setMinReplicationCount

      public void setMinReplicationCount(String string)
      Sets the min replication count.
      Parameters:
      string - the new min replication count
    • getHostForBackupName

      public String getHostForBackupName()
      Gets the host for backup name.
      Returns:
      the host for backup name
    • setHostForBackupName

      public void setHostForBackupName(String string)
      Sets the host for backup name.
      Parameters:
      string - the new host for backup name
    • getTransferServers

      public Collection<TransferServer> getTransferServers()
      Gets the transfer servers.
      Returns:
      the transfer servers
    • reset

      public void reset(org.apache.struts.action.ActionMapping map, javax.servlet.http.HttpServletRequest req)
      Reset.
      Overrides:
      reset in class org.apache.struts.action.ActionForm
    • getHostForBackupOptions

      public Collection<Host> getHostForBackupOptions()
      Gets the host for backup options.
      Returns:
      the host for backup options
    • resetFields

      protected void resetFields()
      Blank the ActionForm in order to be able to insert a new element.
    • populateTransferGroup

      protected void populateTransferGroup(TransferGroup h)
      Populate transfer group.
      Parameters:
      h - the h
    • populateFromTransferGroup

      protected void populateFromTransferGroup(TransferGroup h)
      Populate from transfer group.
      Parameters:
      h - the h