Class Alias
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.Alias
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
The ali des name.protected String
The des name.protected Destination
The destination.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 des name.Gets the destination.Gets the destination name.int
hashCode()
Hash code.void
setDesName
(String param) Sets the des name.void
setDestination
(Destination param) Sets the destination.void
setDestinationName
(String param) Sets the destination 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
-
ALI_DES_NAME
The ali des name. -
DES_NAME
The des name. -
destination
The destination.
-
-
Constructor Details
-
Alias
public Alias()Instantiates a new alias. -
Alias
-
-
Method Details
-
getDesName
-
setDesName
-
getDestinationName
-
setDestinationName
Sets the destination name.- Parameters:
param
- the new destination name
-
getDestination
-
setDestination
Sets the destination.- Parameters:
param
- the new destination
-
hashCode
-
equals
-