Class TypedBy
java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Relationship
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TypedBy
- All Implemented Interfaces:
Serializable,OmasObject
Defines the relationship between a spine attribute and its type.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDescription of the relationship.Person, organization or automated process that created the relationship.The status of or confidence in the relationship.Person responsible for the relationship.voidsetDescription(String description) Set the description of the relationship.voidvoidsetStatus(TermRelationshipStatus status) voidsetSteward(String steward) 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
-
TypedBy
public TypedBy()
-
-
Method Details
-
getDescription
Description of the relationship.- Returns:
String
-
setDescription
Set the description of the relationship.- Parameters:
description-String
-
getStatus
The status of or confidence in the relationship.- Returns:
TermRelationshipStatus
-
setStatus
-
getSteward
Person responsible for the relationship.- Returns:
String
-
setSteward
-
getSource
Person, organization or automated process that created the relationship.- Returns:
String
-
setSource
-
toString
- Overrides:
toStringin classRelationship
-
toString
- Overrides:
toStringin classRelationship
-