Class TermSummary
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.subjectarea.properties.objects.nodesummary.NodeSummary
-
- org.odpi.openmetadata.accessservices.subjectarea.properties.objects.nodesummary.TermSummary
-
- All Implemented Interfaces:
Serializable
public class TermSummary extends NodeSummary
A SummaryTerm is a summary of a term. It is used to identify a related term.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected NodeTypenodeType-
Fields inherited from class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.nodesummary.NodeSummary
relationshipType, type
-
-
Constructor Summary
Constructors Constructor Description TermSummary()
-
Method Summary
-
Methods inherited from class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.nodesummary.NodeSummary
equals, getFromEffectivityTime, getFromRelationshipEffectivityTime, getGuid, getIcons, getName, getQualifiedName, getRelationshipguid, getRelationshipType, getToEffectivityTime, getToRelationshipEffectivityTime, getType, hashCode, processClassification, setFromEffectivityTime, setFromRelationshipEffectivityTime, setGuid, setIcons, setName, setQualifiedName, setRelationshipguid, setRelationshipType, setToEffectivityTime, setToRelationshipEffectivityTime, setType, toString, toString
-
-
-
-
Field Detail
-
nodeType
protected final NodeType nodeType
-
-