Class DiscoveryEngineProperties

java.lang.Object
org.odpi.openmetadata.frameworks.discovery.properties.PropertyBase
org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryEngineProperties
All Implemented Interfaces:
Serializable

public class DiscoveryEngineProperties extends PropertyBase
DiscoveryEngineProperties describe the properties needed to describe a specific discovery engine. These properties are augmented with a list of registered discovery services (see RegisteredDiscoveryService).
See Also:
  • Constructor Details

    • DiscoveryEngineProperties

      public DiscoveryEngineProperties()
      Default constructor.
    • DiscoveryEngineProperties

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

    • setQualifiedName

      public void setQualifiedName(String qualifiedName)
      Set up the fully qualified name.
      Parameters:
      qualifiedName - String name
    • getQualifiedName

      public String getQualifiedName()
      Returns the stored qualified name property for the metadata entity. If no qualified name is available then the empty string is returned.
      Returns:
      qualifiedName
    • getDisplayName

      public String getDisplayName()
      Return the display name for messages and UI.
      Returns:
      string name
    • setDisplayName

      public void setDisplayName(String displayName)
      Set up the display name for messages and UI.
      Parameters:
      displayName - string name
    • getDescription

      public String getDescription()
      Return the description of the discovery engine.
      Returns:
      string description
    • setDescription

      public void setDescription(String description)
      Set up the description of the discovery engine.
      Parameters:
      description - string
    • getTypeDescription

      public String getTypeDescription()
      Return the description of the type of discovery engine this is.
      Returns:
      string description
    • setTypeDescription

      public void setTypeDescription(String typeDescription)
      Set up the description of the type of discovery engine this is.
      Parameters:
      typeDescription - string
    • getVersion

      public String getVersion()
      Return the version of the discovery engine.
      Returns:
      version string
    • setVersion

      public void setVersion(String version)
      Set up the version string of the discovery engine.
      Parameters:
      version - string
    • getPatchLevel

      public String getPatchLevel()
      Return the patch level of the discovery engine.
      Returns:
      patch level string
    • setPatchLevel

      public void setPatchLevel(String patchLevel)
      Set up the patch level of the discovery engine.
      Parameters:
      patchLevel - string
    • getSource

      public String getSource()
      Return the source of the discovery engine implementation.
      Returns:
      string url
    • setSource

      public void setSource(String source)
      Set up the source of the discovery engine implementation.
      Parameters:
      source - string url
    • setAdditionalProperties

      public void setAdditionalProperties(Map<String,String> additionalProperties)
      Set up additional properties.
      Parameters:
      additionalProperties - Additional properties object
    • getAdditionalProperties

      public Map<String,String> getAdditionalProperties()
      Return a copy of the additional properties. Null means no additional properties are available.
      Returns:
      AdditionalProperties
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class Object
      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 Object
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Create a hash code for this element type.
      Overrides:
      hashCode in class Object
      Returns:
      int hash code