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 public class IsATypeOfDeprecated extends Relationship
Deprecated.IsATypeOfDeprecated it is deprecated; move your instances to use IsATypeOf instead.Defines an inheritance relationship between two spine objects.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Relationship
end1, end2, name, relationshipType, serialVersionUID
-
-
Constructor Summary
Constructors Constructor Description IsATypeOfDeprecated()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetDescription()Deprecated.Description of the relationship.StringgetSource()Deprecated.Person, organization or automated process that created the relationship.TermRelationshipStatusgetStatus()Deprecated.The status of or confidence in the relationship.StringgetSteward()Deprecated.Person responsible for the relationship.voidsetDescription(String description)Deprecated.Set the description of the relationship.voidsetSource(String source)Deprecated.voidsetStatus(TermRelationshipStatus status)Deprecated.voidsetSteward(String steward)Deprecated.StringtoString()Deprecated.StringBuildertoString(StringBuilder sb)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
-
-
-
-
Method Detail
-
getDescription
public String getDescription()
Deprecated.Description of the relationship.- Returns:
String
-
setDescription
public void setDescription(String description)
Deprecated.Set the description of the relationship.- Parameters:
description-String
-
getStatus
public TermRelationshipStatus getStatus()
Deprecated.The status of or confidence in the relationship.- Returns:
TermRelationshipStatus
-
setStatus
public void setStatus(TermRelationshipStatus status)
Deprecated.
-
getSteward
public String getSteward()
Deprecated.Person responsible for the relationship.- Returns:
String
-
setSteward
public void setSteward(String steward)
Deprecated.
-
getSource
public String getSource()
Deprecated.Person, organization or automated process that created the relationship.- Returns:
String
-
setSource
public void setSource(String source)
Deprecated.
-
toString
public StringBuilder toString(StringBuilder sb)
Deprecated.- Overrides:
toStringin classRelationship
-
toString
public String toString()
Deprecated.- Overrides:
toStringin classRelationship
-
-