public class AssetExternalReference extends AssetReferenceable
| Modifier and Type | Field and Description |
|---|---|
protected ExternalReference |
externalReferenceBean |
referenceableBeanparentAsset| Constructor and Description |
|---|
AssetExternalReference(AssetDescriptor parentAsset,
AssetExternalReference templateExternalReference)
Copy/clone constructor.
|
AssetExternalReference(AssetDescriptor parentAsset,
ExternalReference externalReferenceBean)
Bean constructor with parent asset
|
AssetExternalReference(ExternalReference externalReferenceBean)
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 |
getDisplayName()
Return the display name of this external reference.
|
protected ExternalReference |
getExternalReferenceBean()
Return the bean - used in the cloning process.
|
String |
getLinkDescription()
Return the description of the reference (with respect to this asset).
|
String |
getOrganization()
Return the name of the organization that owns the resource that this external reference represents.
|
String |
getReferenceId()
Return the identifier given to this reference (with respect to this asset).
|
String |
getResourceDescription()
Return the description of the resource that this external reference represents.
|
String |
getURI()
Return the URI used to retrieve the resource that this external reference represents.
|
String |
getVersion()
Return the version of the resource that this external reference represents.
|
String |
toString()
Standard toString method.
|
getAdditionalProperties, getMeanings, getQualifiedName, getReferenceableBean, getSecurityTags, setBeangetAssetClassifications, getElementHeaderBean, getExtendedProperties, getGUID, getType, getURL, hashCode, setBeangetParentAsset, getParentAssetName, getParentAssetTypeNameprotected ExternalReference externalReferenceBean
public AssetExternalReference(ExternalReference externalReferenceBean)
externalReferenceBean - bean with all of the properties in itpublic AssetExternalReference(AssetDescriptor parentAsset, ExternalReference externalReferenceBean)
parentAsset - descriptor for parent assetexternalReferenceBean - bean with all of the properties in itpublic AssetExternalReference(AssetDescriptor parentAsset, AssetExternalReference templateExternalReference)
parentAsset - descriptor for parent assettemplateExternalReference - element to copyprotected ExternalReference getExternalReferenceBean()
public String getReferenceId()
public String getLinkDescription()
public String getDisplayName()
public String getURI()
public String getResourceDescription()
public String getVersion()
public String getOrganization()
public String toString()
toString in class AssetReferenceablepublic boolean equals(Object objectToCompare)
equals in class AssetReferenceableobjectToCompare - supplied objectCopyright © 2018–2020 ODPi. All rights reserved.