Package com.imc.datamodel
Class SemanticEntity
java.lang.Object
com.imc.datamodel.SemanticEntity
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BusinessAttribute,BusinessObject,BusinessType
This is the base class for all concepts in the Schema. Its essentially a
typed wrapper around the
URI of a resource in an ontology.- See Also:
-
Method Details
-
equals
-
getId
-
getLocalName
Gets the local name of this semantic entity. Note that this does not always match the fragment of the id since the fragment might be percent encoded while the local name is never percent encoded. -
getNamespace
-
getUriAsString
- Returns:
- the uri
-
hashCode
public int hashCode() -
toString
-