Class DestinationECUser
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.DestinationECUser
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe des name.protected DestinationThe destination.protected StringThe ecu name.protected ECUserThe ecuser.Fields inherited from class ecmwf.common.database.DataBaseObject
collectionSize, TAG_ACROSS_MULTIPLE_LINES, TAG_END_OF_LINES -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new destination ec user.DestinationECUser(String destinationName, String ecuserName) Instantiates a new destination ec user. -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals.Gets the destination.Gets the destination name.Gets the EC user.Gets the EC user name.inthashCode()Hash code.voidsetDestination(Destination param) Sets the destination.voidsetDestinationName(String param) Sets the destination name.voidSets the EC user.voidsetECUserName(String param) Sets the EC user 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
-
DES_NAME
The des name. -
ECU_NAME
The ecu name. -
ecuser
The ecuser. -
destination
The destination.
-
-
Constructor Details
-
DestinationECUser
public DestinationECUser()Instantiates a new destination ec user. -
DestinationECUser
-
-
Method Details
-
getDestinationName
-
setDestinationName
Sets the destination name.- Parameters:
param- the new destination name
-
getECUserName
-
setECUserName
Sets the EC user name.- Parameters:
param- the new EC user name
-
getECUser
-
setECUser
-
getDestination
-
setDestination
Sets the destination.- Parameters:
param- the new destination
-
hashCode
-
equals
-