Class IncomingAssociation
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.IncomingAssociation
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe des name.protected DestinationThe destination.protected IncomingUserThe incoming user.protected StringThe 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 TypeMethodDescriptionbooleanEquals.Gets the destination.Gets the destination name.Gets the incoming user.Gets the incoming user id.inthashCode()Hash code.voidsetDestination(Destination param) Sets the destination.voidsetDestinationName(String param) Sets the destination name.voidsetIncomingUser(IncomingUser param) Sets the incoming user.voidsetIncomingUserId(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
-