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 boolean
The trm active.protected String
The trm archive.protected String
The trm classe.protected String
The 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 TypeMethodDescriptionboolean
Gets the active.Gets the archive.Gets the classe.getName()
Gets the name.void
setActive
(boolean param) Sets the active.void
Sets the active.void
setArchive
(String param) Sets the archive.void
Sets the classe.void
Sets 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
-