Class ExternalGlossaryLinkElement
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.assetmanager.metadataelements.ExternalGlossaryLinkElement
-
- All Implemented Interfaces:
Serializable
public class ExternalGlossaryLinkElement extends Object implements Serializable
ExternalGlossaryLinkElement contains the properties and header for a link to a equivalent external glossary retrieved from the metadata repository.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExternalGlossaryLinkElement()Default constructorExternalGlossaryLinkElement(ExternalGlossaryLinkElement template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Return comparison result based on the content of the properties.ElementHeadergetElementHeader()Return the element header associated with the properties.ExternalGlossaryLinkPropertiesgetLinkProperties()Return the glossary term properties.inthashCode()Return hash code for this objectvoidsetElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidsetLinkProperties(ExternalGlossaryLinkProperties linkProperties)Set up the glossary term properties.StringtoString()JSON-style toString
-
-
-
Constructor Detail
-
ExternalGlossaryLinkElement
public ExternalGlossaryLinkElement()
Default constructor
-
ExternalGlossaryLinkElement
public ExternalGlossaryLinkElement(ExternalGlossaryLinkElement template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
getElementHeader
public ElementHeader getElementHeader()
Return the element header associated with the properties.- Returns:
- element header object
-
setElementHeader
public void setElementHeader(ElementHeader elementHeader)
Set up the element header associated with the properties.- Parameters:
elementHeader- element header object
-
getLinkProperties
public ExternalGlossaryLinkProperties getLinkProperties()
Return the glossary term properties.- Returns:
- properties bean
-
setLinkProperties
public void setLinkProperties(ExternalGlossaryLinkProperties linkProperties)
Set up the glossary term properties.- Parameters:
linkProperties- properties bean
-
toString
public String toString()
JSON-style toString
-
equals
public boolean equals(Object objectToCompare)
Return comparison result based on the content of the properties.
-
-