Class DestinationECUser
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.DestinationECUser
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
The des name.protected Destination
The destination.protected String
The ecu name.protected ECUser
The 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 TypeMethodDescriptionboolean
Equals.Gets the destination.Gets the destination name.Gets the EC user.Gets the EC user name.int
hashCode()
Hash code.void
setDestination
(Destination param) Sets the destination.void
setDestinationName
(String param) Sets the destination name.void
Sets the EC user.void
setECUserName
(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
-