Class ReactionNodeDto

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

public class ReactionNodeDto extends Object implements NodeDto
  • Constructor Details

    • ReactionNodeDto

      public ReactionNodeDto()
    • ReactionNodeDto

      public ReactionNodeDto(long id, String component, boolean isHighlighted)
  • Method Details

    • getDotId

      public String getDotId()
      Specified by:
      getDotId in interface NodeDto
    • toDot

      public String toDot()
      Specified by:
      toDot in interface NodeDto
    • getId

      public long getId()
      Specified by:
      getId in interface NodeDto
    • getComponent

      public String getComponent()
    • isHighlighted

      public boolean isHighlighted()
    • setId

      public void setId(long id)
    • setComponent

      public void setComponent(String component)
    • setHighlighted

      public void setHighlighted(boolean isHighlighted)
    • 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