Class ModelElement
java.lang.Object
org.odpi.openmetadata.archiveutilities.designmodels.owlcanonicalglossarymodel.properties.ModelElement
- Direct Known Subclasses:
Concept
The Owl RDF Canonical Glossary models are jsonld files. This content is parsed and mapped into
ModelElements. These model elements contain identifying information, a description and a version.
This ModelElement is subclassed
-
Constructor Details
-
ModelElement
public ModelElement()
-
-
Method Details
-
getId
Get the unique Name for this element- Returns:
- uniqueName
-
setId
Set the unique Name for this element- Parameters:
id
- unique name to set
-
getDisplayName
Get the display name for this element- Returns:
- the display name
-
getDescription
Get the description for this element- Returns:
- the description
-
getVersion
Get the version of this element- Returns:
- version
-
toString
-
equals
-
hashCode
public int hashCode()
-