Class ActionEdgeDto

java.lang.Object
ch.admin.bit.jeap.archrepo.docgen.graph.models.ActionEdgeDto
All Implemented Interfaces:
EdgeDto

public class ActionEdgeDto extends Object implements EdgeDto
  • Constructor Details

    • ActionEdgeDto

      public ActionEdgeDto()
    • ActionEdgeDto

      public ActionEdgeDto(long sourceReactionId, long targetId, NodeDtoType targetNodeType)
  • Method Details

    • toDot

      public String toDot()
      Specified by:
      toDot in interface EdgeDto
    • getSourceReactionId

      public long getSourceReactionId()
    • getTargetId

      public long getTargetId()
    • getTargetNodeType

      public NodeDtoType getTargetNodeType()
    • setSourceReactionId

      public void setSourceReactionId(long sourceReactionId)
    • setTargetId

      public void setTargetId(long targetId)
    • setTargetNodeType

      public void setTargetNodeType(NodeDtoType targetNodeType)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object