public class ExternalIdentifier extends Referenceable
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
identifier |
protected KeyPattern |
keyPattern |
protected Referenceable |
scope |
protected String |
scopeDescription |
protected String |
source |
protected String |
usage |
additionalProperties, confidenceGovernanceClassification, confidentialityGovernanceClassification, criticalityGovernanceClassification, latestChange, latestChangeDetails, meanings, qualifiedName, retentionGovernanceClassification, searchKeywords, securityTagsclassifications, extendedProperties, guid, type, urlCURRENT_AUDIT_HEADER_VERSION| Constructor and Description |
|---|
ExternalIdentifier()
Default constructor
|
ExternalIdentifier(ExternalIdentifier templateExternalIdentifier)
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 |
getDescription()
Return the description of the external identifier.
|
String |
getIdentifier()
Return the external identifier for this asset.
|
KeyPattern |
getKeyPattern()
Return the key pattern that is used with this external identifier.
|
Referenceable |
getScope()
Return the scope of this external identifier.
|
String |
getScopeDescription()
Return the text description of the scope for this external identifier.
|
String |
getSource()
Return details of the source system where this external identifier comes from.
|
String |
getUsage()
Return a description of how, where and when this external identifier is used.
|
int |
hashCode()
Hash of properties
|
void |
setDescription(String description)
Set up the description of the external identifier.
|
void |
setIdentifier(String identifier)
Set up the external identifier for this asset.
|
void |
setKeyPattern(KeyPattern keyPattern)
Set up the key pattern that is used with this external identifier.
|
void |
setScope(Referenceable scope)
Set up the scope of this external identifier.
|
void |
setScopeDescription(String scopeDescription)
Set up the text description of the scope for this external identifier.
|
void |
setSource(String source)
Set up details of the source system where this external identifier comes from.
|
void |
setUsage(String usage)
Set up a description of how, where and when this external identifier is used.
|
String |
toString()
Standard toString method.
|
getAdditionalProperties, getConfidenceGovernanceClassification, getConfidentialityGovernanceClassification, getCriticalityGovernanceClassification, getLatestChange, getLatestChangeDetails, getMeanings, getQualifiedName, getRetentionGovernanceClassification, getSearchKeywords, getSecurityTags, setAdditionalProperties, setConfidenceGovernanceClassification, setConfidentialityGovernanceClassification, setCriticalityGovernanceClassification, setLatestChange, setLatestChangeDetails, setMeanings, setQualifiedName, setRetentionGovernanceClassification, setSearchKeywords, setSecurityTagsgetClassifications, getExtendedProperties, getGUID, getType, getURL, setClassifications, setExtendedProperties, setGUID, setType, setURLgetHeaderVersion, setHeaderVersionprotected String identifier
protected String description
protected String usage
protected String source
protected KeyPattern keyPattern
protected Referenceable scope
protected String scopeDescription
public ExternalIdentifier()
public ExternalIdentifier(ExternalIdentifier templateExternalIdentifier)
templateExternalIdentifier - element to copypublic String getIdentifier()
public void setIdentifier(String identifier)
identifier - String identifierpublic String getDescription()
public void setDescription(String description)
description - String textpublic String getUsage()
public void setUsage(String usage)
usage - String usage descriptionpublic String getSource()
public void setSource(String source)
source - String server identifierpublic KeyPattern getKeyPattern()
public void setKeyPattern(KeyPattern keyPattern)
keyPattern - KeyPattern enumpublic Referenceable getScope()
public void setScope(Referenceable scope)
scope - Referenceable object defining the scope of this external identifier.public String getScopeDescription()
public void setScopeDescription(String scopeDescription)
scopeDescription - String scope descriptionpublic String toString()
toString in class Referenceablepublic boolean equals(Object objectToCompare)
equals in class ReferenceableobjectToCompare - supplied objectpublic int hashCode()
hashCode in class ReferenceableCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.