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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExplanation of why this term is in this categorization.Status of the relationship.voidsetDescription(String description) Set the description of the relationship.voidsetStatus(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, 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:
toStringin classRelationship
-
toString
- Overrides:
toStringin classRelationship
-