Class ECtransModule

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

public class ECtransModule extends DataBaseObject
The Class ECtransModule.
See Also:
  • Field Details Link icon

    • ECM_ACTIVE Link icon

      protected boolean ECM_ACTIVE
      The ecm active.
    • ECM_ARCHIVE Link icon

      protected String ECM_ARCHIVE
      The ecm archive.
    • ECM_CLASSE Link icon

      protected String ECM_CLASSE
      The ecm classe.
    • ECM_NAME Link icon

      protected String ECM_NAME
      The ecm name.
  • Constructor Details Link icon

    • ECtransModule Link icon

      public ECtransModule()
      Instantiates a new ectrans module.
    • ECtransModule Link icon

      public ECtransModule(String name)
      Instantiates a new ectrans module.
      Parameters:
      name - the name
  • Method Details Link icon

    • getActive Link icon

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

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

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

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

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

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

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

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

      public void setName(String param)
      Sets the name.
      Parameters:
      param - the new name
    • hashCode Link icon

      public int hashCode()
      Hash code.
      Overrides:
      hashCode in class Object
    • equals Link icon

      public boolean equals(Object obj)
      Equals.
      Overrides:
      equals in class Object