Class RelationshipsContext
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.assetlineage.model.RelationshipsContext
-
public class RelationshipsContext extends Object
Contains a set of lineage relationship in the lineage graph with self contained properties.
-
-
Constructor Summary
Constructors Constructor Description RelationshipsContext()RelationshipsContext(String entityGuid, Set<GraphContext> relationships)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEntityGuid()Set<GraphContext>getRelationships()voidsetEntityGuid(String entityGuid)voidsetRelationships(Set<GraphContext> relationships)StringtoString()
-
-
-
Constructor Detail
-
RelationshipsContext
public RelationshipsContext()
-
RelationshipsContext
public RelationshipsContext(String entityGuid, Set<GraphContext> relationships)
-
-
Method Detail
-
getEntityGuid
public String getEntityGuid()
-
setEntityGuid
public void setEntityGuid(String entityGuid)
-
getRelationships
public Set<GraphContext> getRelationships()
-
setRelationships
public void setRelationships(Set<GraphContext> relationships)
-
-