Class DestinationList

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

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

    • destination

      protected Destination destination
      The destination.
    • associations

      protected List<Association> associations
      The associations.
  • Constructor Details

    • DestinationList

      public DestinationList()
      Instantiates a new destination list.
    • DestinationList

      public DestinationList(Destination destination, List<Association> associations)
      Instantiates a new destination list.
      Parameters:
      destination - the destination
      associations - the associations
  • Method Details

    • getDestination

      public Destination getDestination()
      Gets the destination.
      Returns:
      the destination
    • getAssociations

      public List<Association> getAssociations()
      Gets the associations.
      Returns:
      the associations
    • setDestination

      public void setDestination(Destination destination)
      Sets the destination.
      Parameters:
      destination - the new destination
    • setAssociations

      public void setAssociations(List<Association> associations)
      Sets the associations.
      Parameters:
      associations - the new associations