Class MetadataCorrelationProperties
java.lang.Object
org.odpi.openmetadata.accessservices.assetmanager.properties.ExternalIdentifierProperties
org.odpi.openmetadata.accessservices.assetmanager.properties.MetadataCorrelationProperties
- Direct Known Subclasses:
MetadataCorrelationHeader
MetadataCorrelationProperties describes the common properties used to pass the properties of metadata elements
to the metadata repositories (aka properties server). It includes details of the external source of the
metadata and any properties that assists in the mapping of the open metadata elements to the external
asset manager's copy.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor.Copy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return the unique identifier of the software server capability that represents the asset manager.Return the qualified name of the software server capability that represents the asset manager.int
hashCode()
Return hash code based on properties.void
setAssetManagerGUID
(String assetManagerGUID) Set up the unique identifier of the software server capability that represents the asset manager.void
setAssetManagerName
(String assetManagerName) Set up the qualified name of the software server capability that represents the asset manager.toString()
Standard toString method.Methods inherited from class org.odpi.openmetadata.accessservices.assetmanager.properties.ExternalIdentifierProperties
getExternalIdentifier, getExternalIdentifierName, getExternalIdentifierSource, getExternalIdentifierUsage, getExternalInstanceCreatedBy, getExternalInstanceCreationTime, getExternalInstanceLastUpdatedBy, getExternalInstanceLastUpdateTime, getExternalInstanceVersion, getKeyPattern, getMappingProperties, getSynchronizationDescription, getSynchronizationDirection, setExternalIdentifier, setExternalIdentifierName, setExternalIdentifierSource, setExternalIdentifierUsage, setExternalInstanceCreatedBy, setExternalInstanceCreationTime, setExternalInstanceLastUpdatedBy, setExternalInstanceLastUpdateTime, setExternalInstanceVersion, setKeyPattern, setMappingProperties, setSynchronizationDescription, setSynchronizationDirection
-
Constructor Details
-
MetadataCorrelationProperties
public MetadataCorrelationProperties()Default constructor -
MetadataCorrelationProperties
Copy/clone constructor.- Parameters:
template
- template object to copy.
-
MetadataCorrelationProperties
Copy/clone constructor.- Parameters:
template
- template object to copy.
-
-
Method Details
-
getAssetManagerGUID
Return the unique identifier of the software server capability that represents the asset manager.- Returns:
- string guid
-
setAssetManagerGUID
Set up the unique identifier of the software server capability that represents the asset manager.- Parameters:
assetManagerGUID
- string guid
-
getAssetManagerName
Return the qualified name of the software server capability that represents the asset manager.- Returns:
- string name
-
setAssetManagerName
Set up the qualified name of the software server capability that represents the asset manager.- Parameters:
assetManagerName
- string name
-
toString
Standard toString method.- Overrides:
toString
in classExternalIdentifierProperties
- 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:
equals
in classExternalIdentifierProperties
- Parameters:
objectToCompare
- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code based on properties.- Overrides:
hashCode
in classExternalIdentifierProperties
- Returns:
- int
-