Class Categorization
java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Relationship
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Categorization
- All Implemented Interfaces:
Serializable
,OmasObject
TermCategorizationRelationship is a relationship between a Category and an Term. The Category categorises the Term
- See Also:
-
Field Summary
Fields inherited from class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Relationship
end1, end2, name, relationshipType, serialVersionUID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExplanation of why this term is in this categorization.Status of the relationship.void
setDescription
(String description) Set the description of the relationship.void
setStatus
(TermRelationshipStatus status) toString()
Methods inherited from class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Relationship
getAdditionalProperties, getEffectiveFromTime, getEffectiveToTime, getEnd1, getEnd2, getGuid, getName, getRelationshipType, getSystemAttributes, initialise, isReadOnly, setAdditionalProperties, setEffectiveFromTime, setEffectiveToTime, setEnd1, setEnd2, setGuid, setReadOnly, setRelationshipType, setSystemAttributes
-
Constructor Details
-
Categorization
public Categorization()
-
-
Method Details
-
getDescription
Explanation of why this term is in this categorization.- Returns:
String
-
setDescription
Set the description of the relationship.- Parameters:
description
-String
-
getStatus
Status of the relationship.- Returns:
TermRelationshipStatus
-
setStatus
-
toString
- Overrides:
toString
in classRelationship
-
toString
- Overrides:
toString
in classRelationship
-