Class DestinationList
java.lang.Object
ecmwf.common.database.DestinationList
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List
<Association> The associations.protected Destination
The destination. -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new destination list.DestinationList
(Destination destination, List<Association> associations) Instantiates a new destination list. -
Method Summary
Modifier and TypeMethodDescriptionGets the associations.Gets the destination.void
setAssociations
(List<Association> associations) Sets the associations.void
setDestination
(Destination destination) Sets the destination.
-
Field Details
-
destination
The destination. -
associations
The associations.
-
-
Constructor Details
-
DestinationList
public DestinationList()Instantiates a new destination list. -
DestinationList
Instantiates a new destination list.- Parameters:
destination
- the destinationassociations
- the associations
-
-
Method Details
-
getDestination
-
getAssociations
-
setDestination
Sets the destination.- Parameters:
destination
- the new destination
-
setAssociations
Sets the associations.- Parameters:
associations
- the new associations
-