public class ExternalReference extends Object implements Serializable
| Constructor and Description |
|---|
ExternalReference()
Default constructor
|
ExternalReference(ExternalReference 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.
|
Map<String,Object> |
getAdditionalProperties()
Return a copy of the additional properties.
|
List<String> |
getClassifications()
Return the list of classifications associated with the external reference.
|
String |
getDisplayName()
Return the display name of this external reference.
|
String |
getExternalReferenceId()
Return the fully qualified name.
|
String |
getGUID()
Return the unique identifier for the 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 |
getType() |
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 |
setAdditionalProperties(Map<String,Object> additionalProperties)
Set up additional properties.
|
void |
setClassifications(List<String> classifications)
Set up the classifications associated with this external reference.
|
void |
setDisplayName(String displayName)
Set up the display name of this external reference.
|
void |
setExternalReferenceId(String externalReferenceId)
Set up the fully qualified name.
|
void |
setGUID(String guid)
Set up the unique identifier for the 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 |
setType(String type) |
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.
|
public ExternalReference()
public ExternalReference(ExternalReference template)
template - element to copypublic String getGUID()
public void setGUID(String guid)
guid - String unique identifierpublic String getType()
public void setType(String type)
public List<String> getClassifications()
public void setClassifications(List<String> classifications)
classifications - list of classificationspublic String getExternalReferenceId()
public void setExternalReferenceId(String externalReferenceId)
externalReferenceId - String identifierpublic 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 void setAdditionalProperties(Map<String,Object> additionalProperties)
additionalProperties - Additional properties objectpublic Map<String,Object> getAdditionalProperties()
public String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.