public class ExternalReferenceElement extends Object implements MetadataElement, Serializable
| Constructor and Description |
|---|
ExternalReferenceElement()
Default Constructor
|
ExternalReferenceElement(ExternalReferenceElement template)
Copy/clone Constructor - the resulting object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Equals method that returns true if containing properties are the same.
|
ElementHeader |
getElementHeader()
Return the element header associated with the properties.
|
ExternalReferenceProperties |
getProperties()
Return the link to external documentation that are relevant to this element.
|
int |
hashCode()
Hash of properties
|
void |
setElementHeader(ElementHeader elementHeader)
Set up the element header associated with the properties.
|
void |
setProperties(ExternalReferenceProperties properties)
Set up the list of links to external documentation that are relevant to this element.
|
String |
toString()
JSON-style toString.
|
public ExternalReferenceElement()
public ExternalReferenceElement(ExternalReferenceElement template)
template - object being copiedpublic ElementHeader getElementHeader()
getElementHeader in interface MetadataElementpublic void setElementHeader(ElementHeader elementHeader)
setElementHeader in interface MetadataElementelementHeader - element header objectpublic ExternalReferenceProperties getProperties()
public void setProperties(ExternalReferenceProperties properties)
properties - of external referencespublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.