public class AssetExternalIdentifier extends AssetReferenceable
| Modifier and Type | Field and Description |
|---|---|
protected ExternalIdentifier |
externalIdentifierBean |
referenceableBeanparentAsset| Constructor and Description |
|---|
AssetExternalIdentifier(AssetDescriptor parentAsset,
AssetExternalIdentifier templateExternalIdentifier)
Copy/clone constructor.
|
AssetExternalIdentifier(AssetDescriptor parentAsset,
ExternalIdentifier externalIdentifierBean)
Bean constructor with parent asset
|
AssetExternalIdentifier(ExternalIdentifier externalIdentifierBean)
Bean 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.
|
protected ExternalIdentifier |
getExternalIdentifierBean()
Return the bean with all of the properties - used in the cloning process.
|
String |
getIdentifier()
Return the external identifier for this asset.
|
KeyPattern |
getKeyPattern()
Return the key pattern that is used with this external identifier.
|
AssetReferenceable |
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 details of how, where and when this external identifier is used.
|
String |
toString()
Standard toString method.
|
getAdditionalProperties, getMeanings, getQualifiedName, getReferenceableBean, setBeangetAssetClassifications, getElementHeaderBean, getExtendedProperties, getGUID, getType, getURL, hashCode, setBeangetParentAsset, getParentAssetName, getParentAssetTypeNameprotected ExternalIdentifier externalIdentifierBean
public AssetExternalIdentifier(ExternalIdentifier externalIdentifierBean)
externalIdentifierBean - bean containing all of the propertiespublic AssetExternalIdentifier(AssetDescriptor parentAsset, ExternalIdentifier externalIdentifierBean)
parentAsset - descriptor for parent assetexternalIdentifierBean - bean containing all of the propertiespublic AssetExternalIdentifier(AssetDescriptor parentAsset, AssetExternalIdentifier templateExternalIdentifier)
parentAsset - descriptor for parent assettemplateExternalIdentifier - element to copyprotected ExternalIdentifier getExternalIdentifierBean()
public String getIdentifier()
public String getDescription()
public String getUsage()
public String getSource()
public KeyPattern getKeyPattern()
public AssetReferenceable getScope()
public String getScopeDescription()
public String toString()
toString in class AssetReferenceablepublic boolean equals(Object objectToCompare)
equals in class AssetReferenceableobjectToCompare - supplied objectCopyright © 2018–2020 ODPi. All rights reserved.