java.lang.Object
org.odpi.openmetadata.accessservices.governanceengine.metadataelements.IntegrationConnectorElement
All Implemented Interfaces:
Serializable, MetadataElement
Direct Known Subclasses:
RegisteredIntegrationConnectorElement

public class IntegrationConnectorElement extends Object implements MetadataElement, Serializable
IntegrationConnectorElement contains the properties and header for an entity retrieved from the metadata repository that represents an integration connector. It can be linked via the CatalogTarget relationship to one or more elements that the integration connector is working on.
See Also:
  • Constructor Details

    • IntegrationConnectorElement

      public IntegrationConnectorElement()
      Default constructor
    • IntegrationConnectorElement

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

    • getElementHeader

      public ElementHeader getElementHeader()
      Return the element header associated with the properties.
      Specified by:
      getElementHeader in interface MetadataElement
      Returns:
      element header object
    • setElementHeader

      public void setElementHeader(ElementHeader elementHeader)
      Set up the element header associated with the properties.
      Specified by:
      setElementHeader in interface MetadataElement
      Parameters:
      elementHeader - element header object
    • getProperties

      public IntegrationConnectorProperties getProperties()
      Return the properties of the integration connector.
      Returns:
      properties bean
    • setProperties

      public void setProperties(IntegrationConnectorProperties properties)
      Set up the properties of the integration connector.
      Parameters:
      properties - properties bean
    • getCatalogTargets

      public List<CatalogTarget> getCatalogTargets()
      Return the list of elements that this integration connector is working on.
      Returns:
      list of elements
    • setCatalogTargets

      public void setCatalogTargets(List<CatalogTarget> catalogTargets)
      Set up the list of elements that this integration connector is working on.
      Parameters:
      catalogTargets - list of elements
    • 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