java.lang.Object
de.hybris.platform.cockpit.components.navigationarea.workflow.visualization.servlet.Vertex

public class Vertex extends Object
  • Constructor Details

    • Vertex

      public Vertex(String id, String label)
    • Vertex

      public Vertex(String id, String label, boolean startPoint, boolean endPoint)
  • Method Details

    • hashCode

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • getId

      public String getId()
    • getLabel

      public String getLabel()
    • isStartPoint

      public boolean isStartPoint()
    • isEndPoint

      public boolean isEndPoint()
    • getColor

      public VertexColor getColor()
    • setColor

      public void setColor(VertexColor color)