public class MetadataCorrelationProperties extends Object implements Serializable
| Constructor and Description |
|---|
MetadataCorrelationProperties()
Default constructor
|
MetadataCorrelationProperties(MetadataCorrelationProperties template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
String |
getAssetManagerGUID()
Return the unique identifier of the software server capability that represents the asset manager.
|
String |
getAssetManagerName()
Return the qualified name of the software server capability that represents the asset manager.
|
String |
getExternalIdentifier()
Return the unique identifier used in the external asset manager for this element.
|
String |
getExternalIdentifierName()
Return a short description of the external identifier (such as style or property name).
|
String |
getExternalIdentifierSource()
Return the component (connector/client) that created/maintained this external identifier and its relationship
to the open metadata element(s).
|
String |
getExternalIdentifierUsage()
Return a short description of how the external identifier is used.
|
KeyPattern |
getKeyPattern()
Returns the key pattern used in the asset manager for the external identifier.
|
Map<String,String> |
getMappingProperties()
Return any additional properties to help with the mapping of the external identifier to open
metadata elements.
|
String |
getSynchronizationDescription()
Return optional short description of the asset manager.
|
SynchronizationDirection |
getSynchronizationDirection()
Return details of the synchronization direction.
|
int |
hashCode()
Return has 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.
|
void |
setExternalIdentifier(String externalIdentifier)
Set up the unique identifier used in the external asset manager for this element.
|
void |
setExternalIdentifierName(String externalIdentifierName)
Set up a short description of the external identifier (such as style or property name).
|
void |
setExternalIdentifierSource(String externalIdentifierSource)
Set up the component (connector/client) that created/maintained this external identifier and its relationship
to the open metadata element(s).
|
void |
setExternalIdentifierUsage(String externalIdentifierUsage)
Set up a short description of how the external identifier is used.
|
void |
setKeyPattern(KeyPattern keyPattern)
Set up the key pattern used in the asset manager for the external identifier.
|
void |
setMappingProperties(Map<String,String> mappingProperties)
Set up any additional properties to help with the mapping of the external identifier to open
metadata elements.
|
void |
setSynchronizationDescription(String synchronizationDescription)
Set up optional short description of the asset manager.
|
void |
setSynchronizationDirection(SynchronizationDirection synchronizationDirection)
Set up details of the synchronization direction.
|
String |
toString()
Standard toString method.
|
public MetadataCorrelationProperties()
public MetadataCorrelationProperties(MetadataCorrelationProperties template)
template - template object to copy.public String getAssetManagerGUID()
public void setAssetManagerGUID(String assetManagerGUID)
assetManagerGUID - string guidpublic String getAssetManagerName()
public void setAssetManagerName(String assetManagerName)
assetManagerName - string namepublic SynchronizationDirection getSynchronizationDirection()
public void setSynchronizationDirection(SynchronizationDirection synchronizationDirection)
synchronizationDirection - enumpublic String getSynchronizationDescription()
public void setSynchronizationDescription(String synchronizationDescription)
synchronizationDescription - string summarypublic String getExternalIdentifier()
public void setExternalIdentifier(String externalIdentifier)
externalIdentifier - string identifierpublic String getExternalIdentifierName()
public void setExternalIdentifierName(String externalIdentifierName)
externalIdentifierName - string summarypublic String getExternalIdentifierUsage()
public void setExternalIdentifierUsage(String externalIdentifierUsage)
externalIdentifierUsage - string descriptionpublic String getExternalIdentifierSource()
public void setExternalIdentifierSource(String externalIdentifierSource)
externalIdentifierSource - component namepublic void setKeyPattern(KeyPattern keyPattern)
keyPattern - String namepublic KeyPattern getKeyPattern()
public Map<String,String> getMappingProperties()
public void setMappingProperties(Map<String,String> mappingProperties)
mappingProperties - name-value pairspublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.