Class IncomingAssociation
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.IncomingAssociation
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
The des name.protected Destination
The destination.protected IncomingUser
The incoming user.protected String
The inu id.Fields inherited from class ecmwf.common.database.DataBaseObject
collectionSize, TAG_ACROSS_MULTIPLE_LINES, TAG_END_OF_LINES
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new incoming association.IncomingAssociation
(String incomingUserId, String destinationName) Instantiates a new incoming association. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Equals.Gets the destination.Gets the destination name.Gets the incoming user.Gets the incoming user id.int
hashCode()
Hash code.void
setDestination
(Destination param) Sets the destination.void
setDestinationName
(String param) Sets the destination name.void
setIncomingUser
(IncomingUser param) Sets the incoming user.void
setIncomingUserId
(String param) Sets the incoming user id.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
-
INU_ID
The inu id. -
DES_NAME
The des name. -
incomingUser
The incoming user. -
destination
The destination.
-
-
Constructor Details
-
IncomingAssociation
public IncomingAssociation()Instantiates a new incoming association. -
IncomingAssociation
-
-
Method Details
-
getIncomingUserId
-
setIncomingUserId
Sets the incoming user id.- Parameters:
param
- the new incoming user id
-
getIncomingUser
-
setIncomingUser
Sets the incoming user.- Parameters:
param
- the new incoming user
-
getDestinationName
-
setDestinationName
Sets the destination name.- Parameters:
param
- the new destination name
-
getDestination
-
setDestination
Sets the destination.- Parameters:
param
- the new destination
-
hashCode
-
equals
-