Class ECtransDestination
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.ECtransDestination
- All Implemented Interfaces:
Serializable,Cloneable
ECMWF Product Data Store (OpenECPDS) Project.
- Since:
- 2024-07-01
- Version:
- 6.7.7
- Author:
- Laurent Gougeon - syi@ecmwf.int, ECMWF.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanThe ecd active.protected StringThe ecd comment.protected StringThe ecd name.protected booleanThe ecd resolve.protected booleanThe ecd restrict.protected StringThe ecd value.protected StringThe ecm name.protected ECtransModuleThe ectrans module.Fields inherited from class ecmwf.common.database.DataBaseObject
collectionSize, TAG_ACROSS_MULTIPLE_LINES, TAG_END_OF_LINES -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new ectrans destination.ECtransDestination(String name) Instantiates a new ectrans destination. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the active.Gets the comment.Gets the ectrans module.Gets the ectrans module name.getName()Gets the name.booleanGets the resolve.booleanGets the restrict.getValue()Gets the value.voidsetActive(boolean param) Sets the active.voidSets the active.voidsetComment(String param) Sets the comment.voidsetECtransModule(ECtransModule param) Sets the ectrans module.voidsetECtransModuleName(String param) Sets the ectrans module name.voidSets the name.voidsetResolve(boolean param) Sets the resolve.voidsetResolve(String param) Sets the resolve.voidsetRestrict(boolean param) Sets the restrict.voidsetRestrict(String param) Sets the restrict.voidSets the value.Methods inherited from class ecmwf.common.database.DataBaseObject
bigDecimalToTimestamp, clone, compare, compare, getCollectionSize, integerToInt, integerToString, setCollectionSize, strim, stringToInteger, stringToLong, stringToString, timestampToBigDecimal, toString, toString, toString, toString
-
Field Details
-
ECD_ACTIVE
protected boolean ECD_ACTIVEThe ecd active. -
ECD_COMMENT
The ecd comment. -
ECD_NAME
The ecd name. -
ECD_RESOLVE
protected boolean ECD_RESOLVEThe ecd resolve. -
ECD_RESTRICT
protected boolean ECD_RESTRICTThe ecd restrict. -
ECD_VALUE
The ecd value. -
ECM_NAME
The ecm name. -
ectransModule
The ectrans module.
-
-
Constructor Details
-
ECtransDestination
public ECtransDestination()Instantiates a new ectrans destination. -
ECtransDestination
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
-
getComment
-
setComment
-
getName
-
setName
-
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
-
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
-
getValue
-
setValue
-
getECtransModuleName
-
setECtransModuleName
Sets the ectrans module name.- Parameters:
param- the new ectrans module name
-
getECtransModule
-
setECtransModule
Sets the ectrans module.- Parameters:
param- the new ectrans module
-