public class ExternalReference extends Referenceable
| Modifier and Type | Field and Description |
|---|---|
protected String |
displayName |
protected String |
linkDescription |
protected String |
organization |
protected String |
referenceId |
protected String |
resourceDescription |
protected String |
uri |
protected String |
version |
additionalProperties, confidenceGovernanceClassification, confidentialityGovernanceClassification, criticalityGovernanceClassification, latestChange, latestChangeDetails, meanings, qualifiedName, retentionGovernanceClassification, searchKeywords, securityTagsclassifications, extendedProperties, guid, type, urlCURRENT_AUDIT_HEADER_VERSION| Constructor and Description |
|---|
ExternalReference()
Default constructor
|
ExternalReference(ExternalReference templateExternalReference)
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 |
getDisplayName()
Return the display name of this external reference.
|
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.
|
void |
setDisplayName(String displayName)
Set up the display name of this external reference.
|
void |
setLinkDescription(String linkDescription)
Set up the description of the reference (with respect to the element this reference is linked to).
|
void |
setOrganization(String organization)
Set up the name of the organization that owns the resource that this external reference represents.
|
void |
setReferenceId(String referenceId)
Set up the identifier given to this reference (with respect to this asset).
|
void |
setResourceDescription(String resourceDescription) |
void |
setURI(String uri)
Set up the URI used to retrieve the resource that this external reference represents.
|
void |
setVersion(String version)
Set up the version of the resource that this external reference represents.
|
String |
toString()
Standard toString method.
|
getAdditionalProperties, getConfidenceGovernanceClassification, getConfidentialityGovernanceClassification, getCriticalityGovernanceClassification, getLatestChange, getLatestChangeDetails, getMeanings, getQualifiedName, getRetentionGovernanceClassification, getSearchKeywords, getSecurityTags, hashCode, setAdditionalProperties, setConfidenceGovernanceClassification, setConfidentialityGovernanceClassification, setCriticalityGovernanceClassification, setLatestChange, setLatestChangeDetails, setMeanings, setQualifiedName, setRetentionGovernanceClassification, setSearchKeywords, setSecurityTagsgetClassifications, getExtendedProperties, getGUID, getType, getURL, setClassifications, setExtendedProperties, setGUID, setType, setURLgetHeaderVersion, setHeaderVersionprotected String referenceId
protected String linkDescription
protected String displayName
protected String uri
protected String resourceDescription
protected String version
protected String organization
public ExternalReference()
public ExternalReference(ExternalReference templateExternalReference)
templateExternalReference - element to copypublic String getReferenceId()
public void setReferenceId(String referenceId)
referenceId - String identifierpublic String getLinkDescription()
public void setLinkDescription(String linkDescription)
linkDescription - String descriptionpublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - - string namepublic String getURI()
public void setURI(String uri)
uri - String URIpublic String getResourceDescription()
public void setResourceDescription(String resourceDescription)
public String getVersion()
public void setVersion(String version)
version - String identifierpublic String getOrganization()
public void setOrganization(String organization)
organization - String namepublic String toString()
toString in class Referenceablepublic boolean equals(Object objectToCompare)
equals in class ReferenceableobjectToCompare - supplied objectCopyright © 2018–2020 ODPi. All rights reserved.