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
-
- All Implemented Interfaces:
Serializable
public class MetadataCorrelationHeader extends MetadataCorrelationProperties
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.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetadataCorrelationHeader()Default constructorMetadataCorrelationHeader(MetadataCorrelationHeader template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Compare the values of the supplied object with those stored in the current object.DategetLastSynchronized()Return the last time that the metadata properties were synchronized between open metadata and the third party technology.inthashCode()Return has 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.StringtoString()Standard toString method.-
Methods inherited from class org.odpi.openmetadata.accessservices.assetmanager.properties.MetadataCorrelationProperties
getAssetManagerGUID, getAssetManagerName, setAssetManagerGUID, setAssetManagerName
-
Methods 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 Detail
-
MetadataCorrelationHeader
public MetadataCorrelationHeader()
Default constructor
-
MetadataCorrelationHeader
public MetadataCorrelationHeader(MetadataCorrelationHeader template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
getLastSynchronized
public Date getLastSynchronized()
Return the last time that the metadata properties were synchronized between open metadata and the third party technology.- Returns:
- timestamp
-
setLastSynchronized
public void setLastSynchronized(Date lastSynchronized)
Set up the last time that the metadata properties were synchronized between open metadata and the third party technology.- Parameters:
lastSynchronized- timestamp
-
toString
public String toString()
Standard toString method.- Overrides:
toStringin classMetadataCorrelationProperties- Returns:
- print out of variables in a JSON-style
-
equals
public boolean equals(Object objectToCompare)
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 has code based on properties.- Overrides:
hashCodein classMetadataCorrelationProperties- Returns:
- int
-
-