Class CatalogTarget
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
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
ConstructorsConstructorDescriptionDefault constructorCatalogTarget
(CatalogTarget template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the name of the catalog target.int
hashCode()
Return hash code for this objectvoid
setCatalogTargetName
(String catalogTargetName) Set up the name of the catalog target.toString()
JSON-style toStringMethods 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
-
Constructor Details
-
CatalogTarget
public CatalogTarget()Default constructor -
CatalogTarget
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getCatalogTargetName
Return the name of the catalog target.- Returns:
- string
-
setCatalogTargetName
Set up the name of the catalog target.- Parameters:
catalogTargetName
- string
-
toString
JSON-style toString- Overrides:
toString
in classElementStub
- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equals
in classElementStub
- Parameters:
objectToCompare
- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCode
in classElementStub
- Returns:
- int hash code
-