Class Association

java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.Association
All Implemented Interfaces:
Serializable, Cloneable

public class Association extends DataBaseObject
The Class Association.
See Also:
  • Field Details Link icon

    • ASO_PRIORITY Link icon

      protected int ASO_PRIORITY
      The aso priority.
    • DES_NAME Link icon

      protected String DES_NAME
      The des name.
    • HOS_NAME Link icon

      protected int HOS_NAME
      The hos name.
    • host Link icon

      protected Host host
      The host.
    • destination Link icon

      protected Destination destination
      The destination.
  • Constructor Details Link icon

    • Association Link icon

      public Association()
      Instantiates a new association.
    • Association Link icon

      public Association(String destinationName, String hostName)
      Instantiates a new association.
      Parameters:
      destinationName - the destination name
      hostName - the host name
  • Method Details Link icon

    • getPriority Link icon

      public int getPriority()
      Gets the priority.
      Returns:
      the priority
    • setPriority Link icon

      public void setPriority(int param)
      Sets the priority.
      Parameters:
      param - the new priority
    • setPriority Link icon

      public void setPriority(String param)
      Sets the priority.
      Parameters:
      param - the new priority
    • getDestinationName Link icon

      public String getDestinationName()
      Gets the destination name.
      Returns:
      the destination name
    • setDestinationName Link icon

      public void setDestinationName(String param)
      Sets the destination name.
      Parameters:
      param - the new destination name
    • getHostName Link icon

      public String getHostName()
      Gets the host name.
      Returns:
      the host name
    • setHostName Link icon

      public void setHostName(String param)
      Sets the host name.
      Parameters:
      param - the new host name
    • getHost Link icon

      public Host getHost()
      Gets the host.
      Returns:
      the host
    • setHost Link icon

      public void setHost(Host param)
      Sets the host.
      Parameters:
      param - the new host
    • getDestination Link icon

      public Destination getDestination()
      Gets the destination.
      Returns:
      the destination
    • setDestination Link icon

      public void setDestination(Destination param)
      Sets the destination.
      Parameters:
      param - the new destination
    • hashCode Link icon

      public int hashCode()
      Hash code.
      Overrides:
      hashCode in class Object
    • equals Link icon

      public boolean equals(Object obj)
      Equals.
      Overrides:
      equals in class Object