Class ECtransModule
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.ECtransModule
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
The ecm active.protected String
The ecm archive.protected String
The ecm classe.protected String
The ecm name.Fields inherited from class ecmwf.common.database.DataBaseObject
collectionSize, TAG_ACROSS_MULTIPLE_LINES, TAG_END_OF_LINES
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new ectrans module.ECtransModule
(String name) Instantiates a new ectrans module. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Equals.boolean
Gets the active.Gets the archive.Gets the classe.getName()
Gets the name.int
hashCode()
Hash code.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
-
ECM_ACTIVE
protected boolean ECM_ACTIVEThe ecm active. -
ECM_ARCHIVE
The ecm archive. -
ECM_CLASSE
The ecm classe. -
ECM_NAME
The ecm name.
-
-
Constructor Details
-
ECtransModule
public ECtransModule()Instantiates a new ectrans module. -
ECtransModule
-
-
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
-
hashCode
-
equals
-