Class TransferModule

java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.TransferModule
All Implemented Interfaces:
Serializable, Cloneable

public class TransferModule extends DataBaseObject
ECMWF Product Data Store (OpenECPDS) Project.
Since:
2024-07-01
Version:
6.7.7
Author:
Laurent Gougeon - syi@ecmwf.int, ECMWF.
See Also:
  • Field Details

    • TRM_ACTIVE

      protected boolean TRM_ACTIVE
      The trm active.
    • TRM_ARCHIVE

      protected String TRM_ARCHIVE
      The trm archive.
    • TRM_CLASSE

      protected String TRM_CLASSE
      The trm classe.
    • TRM_NAME

      protected String TRM_NAME
      The trm name.
  • Constructor Details

    • TransferModule

      public TransferModule()
      Instantiates a new transfer module.
    • TransferModule

      public TransferModule(String name)
      Instantiates a new transfer module.
      Parameters:
      name - the name
  • Method Details

    • getActive

      public boolean getActive()
      Gets the active.
      Returns:
      the active
    • setActive

      public void setActive(boolean param)
      Sets the active.
      Parameters:
      param - the new active
    • setActive

      public void setActive(String param)
      Sets the active.
      Parameters:
      param - the new active
    • getArchive

      public String getArchive()
      Gets the archive.
      Returns:
      the archive
    • setArchive

      public void setArchive(String param)
      Sets the archive.
      Parameters:
      param - the new archive
    • getClasse

      public String getClasse()
      Gets the classe.
      Returns:
      the classe
    • setClasse

      public void setClasse(String param)
      Sets the classe.
      Parameters:
      param - the new classe
    • getName

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

      public void setName(String param)
      Sets the name.
      Parameters:
      param - the new name