java.lang.Object
org.odpi.openmetadata.governanceservers.lineagewarehouse.model.LineageEdge
All Implemented Interfaces:
Serializable

public class LineageEdge extends Object implements Serializable
See Also:
  • Field Details

    • id

      protected Object id
    • edgeType

      protected String edgeType
    • sourceNodeID

      protected String sourceNodeID
    • destinationNodeID

      protected String destinationNodeID
  • Constructor Details

    • LineageEdge

      public LineageEdge()
      Default constructor for Jackson
    • LineageEdge

      public LineageEdge(Object id, String edgeType, String sourceNodeID, String destinationNodeID)
  • Method Details

    • getId

      public Object getId()
    • getEdgeType

      public String getEdgeType()
    • getSourceNodeID

      public String getSourceNodeID()
    • getDestinationNodeID

      public String getDestinationNodeID()
    • equals

      public boolean equals(Object objectToCompare)
      Compare the values of the supplied object with those stored in the current object.
      Overrides:
      equals in class Object
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class Object
      Returns:
      print out of variables in a JSON-style