Class DestinationBackup
java.lang.Object
ecmwf.common.database.DestinationBackup
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe aliases.protected Set
<DestinationList> The destinations.The ecusers.protected Set
<TransferMethod> The methods. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(Destination destination, List<Association> associations, List<Alias> aliases) Adds the.Gets the aliases.Gets the destinations.Gets the EC users.Gets the methods.
-
Field Details
-
destinations
The destinations. -
aliases
-
methods
The methods. -
ecusers
-
-
Constructor Details
-
DestinationBackup
public DestinationBackup()Instantiates a new destination backup.
-
-
Method Details
-
getDestinations
-
getAliases
-
getECUsers
-
getMethods
-
add
Adds the.- Parameters:
destination
- the destinationassociations
- the associationsaliases
- the aliases
-