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 |
getDescription()
Return the description of the external reference to help the reader know if they want to click on the link.
|
String |
getDisplayName()
Return the name for the external reference.
|
String |
getOrganization()
Return the name or identifier or url of the organization that owns the external resource.
|
String |
getUrl()
Return the URL for the external reference.
|
String |
getVersion()
Return the version of the reference that this link refers to.
|
int |
hashCode()
Return has code based on properties.
|
void |
setDescription(String description)
Set up the description of the external reference to help the reader know if they want to click on the link.
|
void |
setDisplayName(String name)
Set up name of the external reference.
|
void |
setOrganization(String organization)
Set up the name or identifier or url of the organization that owns the external resource.
|
void |
setUrl(String url)
Set up the URL for the external reference.
|
void |
setVersion(String version)
Set up the version of the reference that this link refers to.
|
String |
toString()
Standard toString method.
|
getAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName, setVendorPropertiespublic ExternalReferenceProperties()
public ExternalReferenceProperties(ExternalReferenceProperties template)
template - template object to copy.public void setDisplayName(String name)
name - Stringpublic String getDisplayName()
public String getUrl()
public void setUrl(String url)
url - string URLpublic String getVersion()
public void setVersion(String version)
version - string versionpublic String getDescription()
public void setDescription(String description)
description - string descriptionpublic String getOrganization()
public void setOrganization(String organization)
organization - string identifierpublic 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.