Class ExternalGlossaryElementLinkElement
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.assetmanager.metadataelements.ExternalGlossaryElementLinkElement
-
- All Implemented Interfaces:
Serializable
public class ExternalGlossaryElementLinkElement extends Object implements Serializable
ExternalGlossaryElementLinkElement contains the properties and header for a link to a equivalent external glossary category retrieved from the metadata repository.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExternalGlossaryElementLinkElement()Default constructorExternalGlossaryElementLinkElement(ExternalGlossaryElementLinkElement 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.ExternalGlossaryElementLinkPropertiesgetLinkProperties()Return the glossary term properties.inthashCode()Return hash code for this objectvoidsetElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidsetLinkProperties(ExternalGlossaryElementLinkProperties linkProperties)Set up the glossary term properties.StringtoString()JSON-style toString
-
-
-
Constructor Detail
-
ExternalGlossaryElementLinkElement
public ExternalGlossaryElementLinkElement()
Default constructor
-
ExternalGlossaryElementLinkElement
public ExternalGlossaryElementLinkElement(ExternalGlossaryElementLinkElement 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 ExternalGlossaryElementLinkProperties getLinkProperties()
Return the glossary term properties.- Returns:
- properties bean
-
setLinkProperties
public void setLinkProperties(ExternalGlossaryElementLinkProperties 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.
-
-