Class DestinationBackup

java.lang.Object
ecmwf.common.database.DestinationBackup
All Implemented Interfaces:
Serializable

public class DestinationBackup extends Object implements Serializable
The Class DestinationBackup.
See Also:
  • Field Details

  • Constructor Details

    • DestinationBackup

      public DestinationBackup()
      Instantiates a new destination backup.
  • Method Details

    • getDestinations

      public Set<DestinationList> getDestinations()
      Gets the destinations.
      Returns:
      the destinations
    • getAliases

      public List<Alias> getAliases()
      Gets the aliases.
      Returns:
      the aliases
    • getECUsers

      public Set<ECUser> getECUsers()
      Gets the EC users.
      Returns:
      the EC users
    • getMethods

      public Set<TransferMethod> getMethods()
      Gets the methods.
      Returns:
      the methods
    • add

      public void add(Destination destination, List<Association> associations, List<Alias> aliases)
      Adds the.
      Parameters:
      destination - the destination
      associations - the associations
      aliases - the aliases