Interface EcTransModule

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

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

    • getActive

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

      String getArchive()
      Gets the archive.
      Returns:
      the archive
    • getClasse

      String getClasse()
      Gets the classe.
      Returns:
      the classe
    • getName

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

      void setActive(boolean b)
      Sets the active.
      Parameters:
      b - the new active
    • setArchive

      void setArchive(String s)
      Sets the archive.
      Parameters:
      s - the new archive
    • setClasse

      void setClasse(String c)
      Sets the classe.
      Parameters:
      c - the new classe
    • setName

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

      Collection getTransferMethods() throws TransferException
      Gets the transfer methods.
      Returns:
      the transfer methods
      Throws:
      TransferException - the transfer exception