Class AncestorInfo

java.lang.Object
com.technia.dsx.threedspace.lifecycle.AncestorInfo

public class AncestorInfo extends Object
Represents ancestor information in a version graph.

Contains the ancestor object ID and the edge type that connects to it in the version graph.

Since:
2023-04-03
  • Constructor Details

    • AncestorInfo

      public AncestorInfo()
  • Method Details

    • getEdgeType

      public EdgeType getEdgeType()
    • setEdgeType

      public void setEdgeType(EdgeType edgeType)
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • toString

      public String toString()
      Overrides:
      toString in class Object