Class TransferModule
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.TransferModule
- 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 trm active.protected StringThe trm archive.protected StringThe trm classe.protected StringThe trm name.Fields inherited from class ecmwf.common.database.DataBaseObject
collectionSize, TAG_ACROSS_MULTIPLE_LINES, TAG_END_OF_LINES -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new transfer module.TransferModule(String name) Instantiates a new transfer module. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the active.Gets the archive.Gets the classe.getName()Gets the name.voidsetActive(boolean param) Sets the active.voidSets the active.voidsetArchive(String param) Sets the archive.voidSets the classe.voidSets the name.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
-
TRM_ACTIVE
protected boolean TRM_ACTIVEThe trm active. -
TRM_ARCHIVE
The trm archive. -
TRM_CLASSE
The trm classe. -
TRM_NAME
The trm name.
-
-
Constructor Details
-
TransferModule
public TransferModule()Instantiates a new transfer module. -
TransferModule
-
-
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
-
getArchive
-
setArchive
-
getClasse
-
setClasse
-
getName
-
setName
-