Class Graph.Vertex

java.lang.Object
com.mayam.wf.config.shared.Graph.Vertex
All Implemented Interfaces:
Copyable, Field.Parent, Serializable
Enclosing class:
Graph

public static class Graph.Vertex extends Object implements Serializable, Copyable, Field.Parent
See Also:
  • Constructor Details

    • Vertex

      public Vertex()
  • Method Details

    • copy

      public Graph.Vertex copy()
      Description copied from interface: Copyable
      Performs a deep copy of the object.
      Specified by:
      copy in interface Copyable
      Returns:
      new copy.
    • getFields

      public List<Ref<Field>> getFields()
      Specified by:
      getFields in interface Field.Parent
    • getTaskListId

      public String getTaskListId()
    • setTaskListId

      public void setTaskListId(String taskListId)