public class MetadataCorrelationHeader extends MetadataCorrelationProperties
MetadataCorrelationHeader provides details of the external identifier(s) and other correlation properties to help the connector/client work out the correlation between the open metadata elements and the third party technology elements.
  • Constructor Details

    • MetadataCorrelationHeader

      public MetadataCorrelationHeader()
      Default constructor
    • MetadataCorrelationHeader

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

    • getLastSynchronized

      public Date getLastSynchronized()
      Return the last time that the metadata properties were synchronized between open metadata and the third party technology.
      Returns:
      timestamp
    • setLastSynchronized

      public void setLastSynchronized(Date lastSynchronized)
      Set up the last time that the metadata properties were synchronized between open metadata and the third party technology.
      Parameters:
      lastSynchronized - timestamp
    • toString

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

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

      public int hashCode()
      Return hash code based on properties.
      Overrides:
      hashCode in class MetadataCorrelationProperties
      Returns:
      int