Interface TransferMethod

All Superinterfaces:
ecmwf.web.model.ModelBean
All Known Implementing Classes:
TransferMethodBean

public interface TransferMethod extends ecmwf.web.model.ModelBean
The Interface TransferMethod.
  • Method Details

    • getName

      String getName()
      Gets the name.
      Returns:
      the name
    • getValue

      String getValue()
      Gets the value.
      Returns:
      the value
    • getRestrict

      boolean getRestrict()
      Gets the restrict.
      Returns:
      the restrict
    • getResolve

      boolean getResolve()
      Gets the resolve.
      Returns:
      the resolve
    • getComment

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

      boolean getActive()
      Gets the active.
      Returns:
      the active
    • getEcTransModule

      EcTransModule getEcTransModule() throws TransferException
      Gets the ec trans module.
      Returns:
      the ec trans module
      Throws:
      TransferException - the transfer exception
    • getEcTransModuleName

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

      Collection<Host> getHosts() throws TransferException
      Gets the hosts.
      Returns:
      the hosts
      Throws:
      TransferException - the transfer exception
    • setName

      void setName(String name)
      Sets the name.
      Parameters:
      name - the new name
    • setValue

      void setValue(String value)
      Sets the value.
      Parameters:
      value - the new value
    • setRestrict

      void setRestrict(boolean v)
      Sets the restrict.
      Parameters:
      v - the new restrict
    • setResolve

      void setResolve(boolean v)
      Sets the resolve.
      Parameters:
      v - the new resolve
    • setComment

      void setComment(String c)
      Sets the comment.
      Parameters:
      c - the new comment
    • setActive

      void setActive(boolean a)
      Sets the active.
      Parameters:
      a - the new active
    • setEcTransModuleName

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