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
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
ConstructorsConstructorDescriptionDefault constructorCatalogTarget(CatalogTarget template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.Return the name of the catalog target.inthashCode()Return hash code for this objectvoidsetCatalogTargetName(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, setUniqueNameMethods inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader
getClassifications, getGUID, setClassifications, setGUIDMethods inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementControlHeader
getOrigin, getStatus, getType, getVersions, setOrigin, setStatus, setType, setVersionsMethods 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:
toStringin classorg.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStub- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equalsin classorg.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:
hashCodein classorg.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStub- Returns:
- int hash code
-