Class Operation
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.Operation
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe ope comment.protected StringThe ope name.protected intThe ope validity.Fields inherited from class ecmwf.common.database.DataBaseObject
collectionSize, TAG_ACROSS_MULTIPLE_LINES, TAG_END_OF_LINES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals.Gets the comment.getName()Gets the name.intGets the validity.inthashCode()Hash code.voidsetComment(String param) Sets the comment.voidSets the name.voidsetValidity(int param) Sets the validity.voidsetValidity(String param) Sets the validity.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
-
OPE_COMMENT
The ope comment. -
OPE_NAME
The ope name. -
OPE_VALIDITY
protected int OPE_VALIDITYThe ope validity.
-
-
Constructor Details
-
Operation
public Operation()Instantiates a new operation. -
Operation
-
-
Method Details
-
getComment
-
setComment
-
getName
-
setName
-
getValidity
public int getValidity()Gets the validity.- Returns:
- the validity
-
setValidity
public void setValidity(int param) Sets the validity.- Parameters:
param- the new validity
-
setValidity
-
hashCode
-
equals
-