Class DiscoveryEngineProperties
java.lang.Object
org.odpi.openmetadata.frameworks.discovery.properties.PropertyBase
org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryEngineProperties
- All Implemented Interfaces:
Serializable
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:
-
Field Summary
Fields inherited from class org.odpi.openmetadata.frameworks.discovery.properties.PropertyBase
CURRENT_AUDIT_HEADER_VERSION
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.Copy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return a copy of the additional properties.Return the description of the discovery engine.Return the display name for messages and UI.Return the patch level of the discovery engine.Returns the stored qualified name property for the metadata entity.Return the source of the discovery engine implementation.Return the description of the type of discovery engine this is.Return the version of the discovery engine.int
hashCode()
Create a hash code for this element type.void
setAdditionalProperties
(Map<String, String> additionalProperties) Set up additional properties.void
setDescription
(String description) Set up the description of the discovery engine.void
setDisplayName
(String displayName) Set up the display name for messages and UI.void
setPatchLevel
(String patchLevel) Set up the patch level of the discovery engine.void
setQualifiedName
(String qualifiedName) Set up the fully qualified name.void
Set up the source of the discovery engine implementation.void
setTypeDescription
(String typeDescription) Set up the description of the type of discovery engine this is.void
setVersion
(String version) Set up the version string of the discovery engine.toString()
Standard toString method.Methods inherited from class org.odpi.openmetadata.frameworks.discovery.properties.PropertyBase
getElementHeader, getExtendedProperties, getHeaderVersion, getTypeName, setElementHeader, setExtendedProperties, setHeaderVersion, setTypeName
-
Constructor Details
-
DiscoveryEngineProperties
public DiscoveryEngineProperties()Default constructor. -
DiscoveryEngineProperties
Copy/clone constructor.- Parameters:
template
- object to copy
-
-
Method Details
-
setQualifiedName
Set up the fully qualified name.- Parameters:
qualifiedName
- String name
-
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
Return the display name for messages and UI.- Returns:
- string name
-
setDisplayName
Set up the display name for messages and UI.- Parameters:
displayName
- string name
-
getDescription
Return the description of the discovery engine.- Returns:
- string description
-
setDescription
Set up the description of the discovery engine.- Parameters:
description
- string
-
getTypeDescription
Return the description of the type of discovery engine this is.- Returns:
- string description
-
setTypeDescription
Set up the description of the type of discovery engine this is.- Parameters:
typeDescription
- string
-
getVersion
Return the version of the discovery engine.- Returns:
- version string
-
setVersion
Set up the version string of the discovery engine.- Parameters:
version
- string
-
getPatchLevel
Return the patch level of the discovery engine.- Returns:
- patch level string
-
setPatchLevel
Set up the patch level of the discovery engine.- Parameters:
patchLevel
- string
-
getSource
Return the source of the discovery engine implementation.- Returns:
- string url
-
setSource
Set up the source of the discovery engine implementation.- Parameters:
source
- string url
-
setAdditionalProperties
Set up additional properties.- Parameters:
additionalProperties
- Additional properties object
-
getAdditionalProperties
Return a copy of the additional properties. Null means no additional properties are available.- Returns:
- AdditionalProperties
-
toString
Standard toString method. -
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Create a hash code for this element type.
-