Class Operation
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.Operation
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
The ope comment.protected String
The ope name.protected int
The 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 TypeMethodDescriptionboolean
Equals.Gets the comment.getName()
Gets the name.int
Gets the validity.int
hashCode()
Hash code.void
setComment
(String param) Sets the comment.void
Sets the name.void
setValidity
(int param) Sets the validity.void
setValidity
(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
-