Class ECtransModule
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.ECtransModule
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanThe ecm active.protected StringThe ecm archive.protected StringThe ecm classe.protected StringThe 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 TypeMethodDescriptionbooleanEquals.booleanGets the active.Gets the archive.Gets the classe.getName()Gets the name.inthashCode()Hash code.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
-
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
-