Class ECtransDestination

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

public class ECtransDestination 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

    • ECD_ACTIVE

      protected boolean ECD_ACTIVE
      The ecd active.
    • ECD_COMMENT

      protected String ECD_COMMENT
      The ecd comment.
    • ECD_NAME

      protected String ECD_NAME
      The ecd name.
    • ECD_RESOLVE

      protected boolean ECD_RESOLVE
      The ecd resolve.
    • ECD_RESTRICT

      protected boolean ECD_RESTRICT
      The ecd restrict.
    • ECD_VALUE

      protected String ECD_VALUE
      The ecd value.
    • ECM_NAME

      protected String ECM_NAME
      The ecm name.
    • ectransModule

      protected ECtransModule ectransModule
      The ectrans module.
  • Constructor Details

    • ECtransDestination

      public ECtransDestination()
      Instantiates a new ectrans destination.
    • ECtransDestination

      public ECtransDestination(String name)
      Instantiates a new ectrans destination.
      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
    • getComment

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

      public void setComment(String param)
      Sets the comment.
      Parameters:
      param - the new comment
    • getName

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

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

      public boolean getResolve()
      Gets the resolve.
      Returns:
      the resolve
    • setResolve

      public void setResolve(boolean param)
      Sets the resolve.
      Parameters:
      param - the new resolve
    • setResolve

      public void setResolve(String param)
      Sets the resolve.
      Parameters:
      param - the new resolve
    • getRestrict

      public boolean getRestrict()
      Gets the restrict.
      Returns:
      the restrict
    • setRestrict

      public void setRestrict(boolean param)
      Sets the restrict.
      Parameters:
      param - the new restrict
    • setRestrict

      public void setRestrict(String param)
      Sets the restrict.
      Parameters:
      param - the new restrict
    • getValue

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

      public void setValue(String param)
      Sets the value.
      Parameters:
      param - the new value
    • getECtransModuleName

      public String getECtransModuleName()
      Gets the ectrans module name.
      Returns:
      the ectrans module name
    • setECtransModuleName

      public void setECtransModuleName(String param)
      Sets the ectrans module name.
      Parameters:
      param - the new ectrans module name
    • getECtransModule

      public ECtransModule getECtransModule()
      Gets the ectrans module.
      Returns:
      the ectrans module
    • setECtransModule

      public void setECtransModule(ECtransModule param)
      Sets the ectrans module.
      Parameters:
      param - the new ectrans module