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

public class LineageVertex extends Object implements Serializable
See Also:
  • Constructor Details

    • LineageVertex

      public LineageVertex()
    • LineageVertex

      public LineageVertex(String nodeID, String nodeType)
  • Method Details

    • getNodeType

      public String getNodeType()
    • getGuid

      public String getGuid()
    • setGuid

      public void setGuid(String guid)
    • getNodeID

      public String getNodeID()
    • setNodeID

      public void setNodeID(String nodeID)
    • getDisplayName

      public String getDisplayName()
    • setDisplayName

      public void setDisplayName(String displayName)
    • getProperties

      public Map<String,String> getProperties()
    • setProperties

      public void setProperties(Map<String,String> properties)
    • getQualifiedName

      public String getQualifiedName()
    • setQualifiedName

      public void setQualifiedName(String qualifiedName)
    • getId

      public Object getId()
    • setId

      public void setId(Object id)
    • 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()
      Overrides:
      toString in class Object