Class IsATypeOfDeprecated
java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Relationship
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsATypeOfDeprecated
- All Implemented Interfaces:
Serializable
,OmasObject
Deprecated.
IsATypeOfDeprecated it is deprecated; move your instances to use IsATypeOf instead.
Defines an inheritance relationship between two spine objects.
- 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 TypeMethodDescriptionDeprecated.Description of the relationship.Deprecated.Person, organization or automated process that created the relationship.Deprecated.The status of or confidence in the relationship.Deprecated.Person responsible for the relationship.void
setDescription
(String description) Deprecated.Set the description of the relationship.void
Deprecated.void
setStatus
(TermRelationshipStatus status) Deprecated.void
setSteward
(String steward) Deprecated.toString()
Deprecated.Deprecated.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
-
IsATypeOfDeprecated
public IsATypeOfDeprecated()Deprecated.
-
-
Method Details
-
getDescription
Deprecated.Description of the relationship.- Returns:
String
-
setDescription
Deprecated.Set the description of the relationship.- Parameters:
description
-String
-
getStatus
Deprecated.The status of or confidence in the relationship.- Returns:
TermRelationshipStatus
-
setStatus
Deprecated. -
getSteward
Deprecated.Person responsible for the relationship.- Returns:
String
-
setSteward
Deprecated. -
getSource
Deprecated.Person, organization or automated process that created the relationship.- Returns:
String
-
setSource
Deprecated. -
toString
Deprecated.- Overrides:
toString
in classRelationship
-
toString
Deprecated.- Overrides:
toString
in classRelationship
-