java.lang.Object
org.odpi.openmetadata.accessservices.datamanager.metadataelements.RelationshipElement
All Implemented Interfaces:
Serializable

public class RelationshipElement extends Object implements Serializable
RelationshipElement contains the properties and header for a relationship retrieved from the metadata repository.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor
    Copy/clone constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(Object objectToCompare)
    Return comparison result based on the content of the properties.
    org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader
    Return the element header associated with end 1 of the relationship.
    org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader
    Return the element header associated with end 2 of the relationship.
    org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader
    Return the element header associated with the relationship.
    Return details of the relationship
    int
    Return hash code for this object
    void
    setEnd1GUID(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader end1GUID)
    Set up the element header associated with end 1 of the relationship.
    void
    setEnd2GUID(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader end2GUID)
    Set up the element header associated with end 2 of the relationship.
    void
    setRelationshipHeader(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader relationshipHeader)
    Set up the element header associated with the relationship.
    void
    Set up relationship properties
    JSON-style toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • RelationshipElement

      public RelationshipElement()
      Default constructor
    • RelationshipElement

      public RelationshipElement(RelationshipElement template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details

    • getRelationshipHeader

      public org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader getRelationshipHeader()
      Return the element header associated with the relationship.
      Returns:
      element header object
    • setRelationshipHeader

      public void setRelationshipHeader(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader relationshipHeader)
      Set up the element header associated with the relationship.
      Parameters:
      relationshipHeader - element header object
    • getRelationshipProperties

      public RelationshipProperties getRelationshipProperties()
      Return details of the relationship
      Returns:
      relationship properties
    • setRelationshipProperties

      public void setRelationshipProperties(RelationshipProperties relationshipProperties)
      Set up relationship properties
      Parameters:
      relationshipProperties - relationship properties
    • getEnd1GUID

      public org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader getEnd1GUID()
      Return the element header associated with end 1 of the relationship.
      Returns:
      element header object
    • setEnd1GUID

      public void setEnd1GUID(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader end1GUID)
      Set up the element header associated with end 1 of the relationship.
      Parameters:
      end1GUID - element header object
    • getEnd2GUID

      public org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader getEnd2GUID()
      Return the element header associated with end 2 of the relationship.
      Returns:
      element header object
    • setEnd2GUID

      public void setEnd2GUID(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader end2GUID)
      Set up the element header associated with end 2 of the relationship.
      Parameters:
      end2GUID - element header object
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class Object
      Returns:
      return string containing the property names and values
    • equals

      public boolean equals(Object objectToCompare)
      Return comparison result based on the content of the properties.
      Overrides:
      equals in class Object
      Parameters:
      objectToCompare - test object
      Returns:
      result of comparison
    • hashCode

      public int hashCode()
      Return hash code for this object
      Overrides:
      hashCode in class Object
      Returns:
      int hash code