Class MetadataCorrelationHeader
java.lang.Object
org.odpi.openmetadata.accessservices.assetmanager.properties.ExternalIdentifierProperties
org.odpi.openmetadata.accessservices.assetmanager.properties.MetadataCorrelationProperties
org.odpi.openmetadata.accessservices.assetmanager.metadataelements.MetadataCorrelationHeader
MetadataCorrelationHeader provides details of the external identifier(s) and other correlation
properties to help the connector/client work out the correlation between the open metadata elements
and the third party technology elements.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the last time that the metadata properties were synchronized between open metadata and the third party technology.inthashCode()Return hash code based on properties.voidsetLastSynchronized(Date lastSynchronized) Set up the last time that the metadata properties were synchronized between open metadata and the third party technology.toString()Standard toString method.Methods inherited from class org.odpi.openmetadata.accessservices.assetmanager.properties.MetadataCorrelationProperties
getAssetManagerGUID, getAssetManagerName, setAssetManagerGUID, setAssetManagerNameMethods inherited from class org.odpi.openmetadata.accessservices.assetmanager.properties.ExternalIdentifierProperties
getExternalIdentifier, getExternalIdentifierName, getExternalIdentifierSource, getExternalIdentifierUsage, getKeyPattern, getMappingProperties, getSynchronizationDescription, getSynchronizationDirection, setExternalIdentifier, setExternalIdentifierName, setExternalIdentifierSource, setExternalIdentifierUsage, setKeyPattern, setMappingProperties, setSynchronizationDescription, setSynchronizationDirection
-
Constructor Details
-
MetadataCorrelationHeader
public MetadataCorrelationHeader()Default constructor -
MetadataCorrelationHeader
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getLastSynchronized
Return the last time that the metadata properties were synchronized between open metadata and the third party technology.- Returns:
- timestamp
-
setLastSynchronized
Set up the last time that the metadata properties were synchronized between open metadata and the third party technology.- Parameters:
lastSynchronized- timestamp
-
toString
Standard toString method.- Overrides:
toStringin classMetadataCorrelationProperties- Returns:
- print out of variables in a JSON-style
-
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equalsin classMetadataCorrelationProperties- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code based on properties.- Overrides:
hashCodein classMetadataCorrelationProperties- Returns:
- int
-