public class ExternalReferenceProperties extends ReferenceableProperties
| Constructor and Description |
|---|
ExternalReferenceProperties()
Default constructor
|
ExternalReferenceProperties(ExternalReferenceProperties 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 |
getDisplayName()
Return the display name of this external reference.
|
String |
getLinkDescription()
Return the description of the reference (with respect to this governance definition).
|
String |
getLocalReferenceId()
Return the identifier given to this reference (with respect to this governance definition).
|
String |
getOrganization()
Return the name of the organization that owns the resource that this external reference represents.
|
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.
|
int |
hashCode()
Uses the guid to create a hashcode.
|
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 governance definition this reference is linked to).
|
void |
setLocalReferenceId(String localReferenceId)
Set up the identifier given to this reference (with respect to this governance definition).
|
void |
setOrganization(String organization)
Set up the name of the organization that owns the resource that this external reference represents.
|
void |
setResourceDescription(String resourceDescription)
Set up the description of the resource that this external reference represents.
|
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, getExtendedProperties, getQualifiedName, getTypeName, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeNamepublic ExternalReferenceProperties()
public ExternalReferenceProperties(ExternalReferenceProperties template)
template - element to copypublic String getLocalReferenceId()
public void setLocalReferenceId(String localReferenceId)
localReferenceId - String namepublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - - string namepublic String getLinkDescription()
public void setLinkDescription(String linkDescription)
linkDescription - String descriptionpublic String getResourceDescription()
public void setResourceDescription(String resourceDescription)
resourceDescription - String descriptionpublic String getURI()
public void setURI(String uri)
uri - String URIpublic 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 ReferenceablePropertiespublic boolean equals(Object objectToCompare)
equals in class ReferenceablePropertiesobjectToCompare - supplied objectpublic int hashCode()
hashCode in class ReferenceablePropertiesCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.