Class Alias
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.Alias
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe ali des name.protected StringThe des name.protected DestinationThe 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 TypeMethodDescriptionbooleanEquals.Gets the des name.Gets the destination.Gets the destination name.inthashCode()Hash code.voidsetDesName(String param) Sets the des name.voidsetDestination(Destination param) Sets the destination.voidsetDestinationName(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
-