java.lang.Object
org.odpi.openmetadata.frameworks.connectors.properties.beans.PropertyBase
org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementControlHeader
org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader
org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStub
org.odpi.openmetadata.frameworks.integration.properties.CatalogTarget
All Implemented Interfaces:
Serializable

public class CatalogTarget extends org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStub
CatalogTarget contains the properties for one of the integration connector's catalog target. It is linked via the CatalogTarget relationship to one or more elements that the integration connector is working on.
See Also:
  • Field Summary

    Fields inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.PropertyBase

    CURRENT_AUDIT_HEADER_VERSION
  • 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.
    Return the name of the catalog target.
    int
    Return hash code for this object
    void
    setCatalogTargetName(String catalogTargetName)
    Set up the name of the catalog target.
    JSON-style toString

    Methods inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStub

    getUniqueName, setUniqueName

    Methods inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader

    getClassifications, getGUID, setClassifications, setGUID

    Methods inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementControlHeader

    getOrigin, getStatus, getType, getVersions, setOrigin, setStatus, setType, setVersions

    Methods inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.PropertyBase

    getHeaderVersion, setHeaderVersion

    Methods inherited from class java.lang.Object

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

    • CatalogTarget

      public CatalogTarget()
      Default constructor
    • CatalogTarget

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

    • getCatalogTargetName

      public String getCatalogTargetName()
      Return the name of the catalog target.
      Returns:
      string
    • setCatalogTargetName

      public void setCatalogTargetName(String catalogTargetName)
      Set up the name of the catalog target.
      Parameters:
      catalogTargetName - string
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStub
      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 org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStub
      Parameters:
      objectToCompare - test object
      Returns:
      result of comparison
    • hashCode

      public int hashCode()
      Return hash code for this object
      Overrides:
      hashCode in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStub
      Returns:
      int hash code