java.lang.Object
org.odpi.openmetadata.frameworks.integration.controls.CatalogTargetType

public class CatalogTargetType extends Object
CatalogTargetType characterises the type of third party technology supported by a specific integration connector. This enables the capability of an integration connector to be correctly matched to the resources and elements that it works with.
  • Constructor Details

    • CatalogTargetType

      public CatalogTargetType()
      Default constructor
    • CatalogTargetType

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

    • getName

      public String getName()
      Return the catalog target name.
      Returns:
      string name
    • setName

      public void setName(String name)
      Set up the catalog target name.
      Parameters:
      name - string name
    • getTypeName

      public String getTypeName()
      Return the type name (or super type name) of a permitted catalog target.
      Returns:
      name of an open metadata type
    • setTypeName

      public void setTypeName(String typeName)
      Set up the type name (or super type name) of a permitted catalog target.
      Parameters:
      typeName - name of an open metadata type
    • getDeployedImplementationType

      public String getDeployedImplementationType()
      Return a more specific definition of a permitted catalog target.
      Returns:
      deployed implementation type name
    • setDeployedImplementationType

      public void setDeployedImplementationType(String deployedImplementationType)
      Set up a more specific definition of a permitted catalog target.
      Parameters:
      deployedImplementationType - deployed implementation type name
    • getOtherPropertyValues

      public Map<String,String> getOtherPropertyValues()
      Return a map of property name to property value that the catalog target should have to be valid for this integration connector.
      Returns:
      map of string to string
    • setOtherPropertyValues

      public void setOtherPropertyValues(Map<String,String> otherPropertyValues)
      Set up a map of property name to property value that the catalog target should have to be valid for this integration connector.
      Parameters:
      otherPropertyValues - map of string to string
    • 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