Class RequestedCatalogTarget
java.lang.Object
org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTargetProperties
org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTarget
org.odpi.openmetadata.frameworks.integration.properties.RequestedCatalogTarget
- Direct Known Subclasses:
CatalogTargetProcessorBase
RequestedCatalogTarget describes a catalog target that an integration connector should refresh.
-
Constructor Summary
ConstructorDescriptionDefault constructorRequestedCatalogTarget
(CatalogTarget template, Connector connectorToTarget) Copy/clone constructorRequestedCatalogTarget
(RequestedCatalogTarget template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.int
hashCode()
Return hash code for this objectvoid
setCatalogTargetConnector
(Connector catalogTargetConnector) toString()
JSON-style toStringMethods inherited from class org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTarget
getCatalogTargetElement, getRelationshipGUID, getRelationshipVersions, setCatalogTargetElement, setRelationshipGUID, setRelationshipVersions
Methods inherited from class org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTargetProperties
getCatalogTargetName, getConfigurationProperties, getConnectionName, getDeleteMethod, getMetadataSourceQualifiedName, getPermittedSynchronization, getTemplateProperties, setCatalogTargetName, setConfigurationProperties, setConnectionName, setDeleteMethod, setMetadataSourceQualifiedName, setPermittedSynchronization, setTemplateProperties
-
Constructor Details
-
RequestedCatalogTarget
public RequestedCatalogTarget()Default constructor -
RequestedCatalogTarget
Copy/clone constructor- Parameters:
template
- object to copyconnectorToTarget
- connector to access the target resource
-
RequestedCatalogTarget
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getCatalogTargetConnector
-
setCatalogTargetConnector
-
toString
JSON-style toString- Overrides:
toString
in classCatalogTarget
- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equals
in classCatalogTarget
- Parameters:
objectToCompare
- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCode
in classCatalogTarget
- Returns:
- int hash code
-