public class ExternalReference extends CommonHeader
| 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,String> |
getAdditionalProperties()
Return any additional properties associated with the element.
|
Map<String,Object> |
getExtendedProperties()
Return any properties associated with the subclass of this element.
|
String |
getLinkDescription()
Return the description of the reference (with respect to the element that this reference is linked to).
|
String |
getLinkId()
Return the identifier given to this reference (with respect to this element).
|
String |
getOwningOrganization()
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 |
getResourceDisplayName()
Return the display name of this external reference.
|
String |
getResourceId()
Return the fully qualified name.
|
String |
getResourceURL()
Return the URL used to retrieve the resource that this external reference represents.
|
String |
getResourceVersion()
Return the version of the resource that this external reference represents.
|
int |
hashCode()
Uses the guid to create a hashcode.
|
void |
setAdditionalProperties(Map<String,String> additionalProperties)
Set up any additional properties associated with the element.
|
void |
setExtendedProperties(Map<String,Object> additionalProperties)
Set up any additional properties associated with the element.
|
void |
setLinkDescription(String linkDescription)
Set up the description of the reference (with respect to the element that this reference is linked to).
|
void |
setLinkId(String linkId)
Set up the identifier given to this reference (with respect to this element).
|
void |
setOwningOrganization(String owningOrganization)
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 |
setResourceDisplayName(String name)
Set up the display name of this external reference.
|
void |
setResourceId(String resourceId)
Set up the fully qualified name.
|
void |
setResourceURL(String url)
Set up the URL used to retrieve the resource that this external reference represents.
|
void |
setResourceVersion(String version)
Set up the version of the resource that this external reference represents.
|
String |
toString()
Standard toString method.
|
getGUID, setGUIDgetOriginId, getOriginLicense, getOriginName, getOriginType, getTypeDescription, getTypeName, setOriginId, setOriginLicense, setOriginName, setOriginType, setTypeDescription, setTypeNamepublic ExternalReference()
public ExternalReference(ExternalReference template)
template - element to copypublic String getLinkId()
public void setLinkId(String linkId)
linkId - String namepublic String getLinkDescription()
public void setLinkDescription(String linkDescription)
linkDescription - String descriptionpublic String getResourceId()
public void setResourceId(String resourceId)
resourceId - String identifierpublic String getResourceDisplayName()
public void setResourceDisplayName(String name)
name - - string namepublic String getResourceDescription()
public void setResourceDescription(String resourceDescription)
resourceDescription - String descriptionpublic String getResourceURL()
public void setResourceURL(String url)
url - String URLpublic String getResourceVersion()
public void setResourceVersion(String version)
version - String identifierpublic String getOwningOrganization()
public void setOwningOrganization(String owningOrganization)
owningOrganization - String namepublic Map<String,Object> getExtendedProperties()
public void setExtendedProperties(Map<String,Object> additionalProperties)
additionalProperties - map of property names to property valuespublic Map<String,String> getAdditionalProperties()
public void setAdditionalProperties(Map<String,String> additionalProperties)
additionalProperties - map of property names to property valuespublic String toString()
toString in class CommonHeaderpublic boolean equals(Object objectToCompare)
equals in class CommonHeaderobjectToCompare - supplied objectpublic int hashCode()
hashCode in class CommonHeaderCopyright © 2018–2020 ODPi. All rights reserved.