Class TransferMethodActionForm

java.lang.Object
org.apache.struts.action.ActionForm
ecmwf.web.controller.ECMWFActionForm
ecmwf.ecpds.master.plugin.http.controller.transfer.method.TransferMethodActionForm
All Implemented Interfaces:
Serializable

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

    • TransferMethodActionForm

      public TransferMethodActionForm()
  • Method Details

    • getActive

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

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

      public String getValue()
      Gets the value.
      Returns:
      the value
    • getId

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

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

      public String getRestrict()
      Gets the restrict.
      Returns:
      the restrict
    • getResolve

      public String getResolve()
      Gets the resolve.
      Returns:
      the resolve
    • getEcTransModuleName

      public String getEcTransModuleName()
      Gets the ec trans module name.
      Returns:
      the ec trans module name
    • getEcTransModuleOptions

      public Collection<EcTransModule> getEcTransModuleOptions()
      Gets the ec trans module options.
      Returns:
      the ec trans module options
    • setActive

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

      public void setComment(String string)
      Sets the comment.
      Parameters:
      string - the new comment
    • setId

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

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

      public void setResolve(String string)
      Sets the resolve.
      Parameters:
      string - the new resolve
    • setRestrict

      public void setRestrict(String string)
      Sets the restrict.
      Parameters:
      string - the new restrict
    • setValue

      public void setValue(String string)
      Sets the value.
      Parameters:
      string - the new value
    • setEcTransModuleName

      public void setEcTransModuleName(String name)
      Sets the ec trans module name.
      Parameters:
      name - the new ec trans module name
    • populateTransferMethod

      protected void populateTransferMethod(TransferMethod h)
      Populate transfer method.
      Parameters:
      h - the h
    • populateFromTransferMethod

      protected void populateFromTransferMethod(TransferMethod h)
      Populate from transfer method.
      Parameters:
      h - the h