Class BaseNote

java.lang.Object
org.fulib.workflows.events.BaseNote
Direct Known Subclasses:
Command, Data, Event, ExternalSystem, Page, Policy, Problem, Service, User, Workflow

public class BaseNote extends Object
BaseNote is the base class for every other kind of note in an event storming board
  • Constructor Details

    • BaseNote

      public BaseNote()
  • Method Details

    • getName

      public String getName()
      Getter for name field
      Returns:
      name
    • setName

      public void setName(String name)
      Setter for name field
      Parameters:
      name - String containing the name of the note
    • getIndex

      public int getIndex()
      Getter for index field
      Returns:
      index
    • setIndex

      public void setIndex(int index)
      Setter for index field
      Parameters:
      index - of the note in the board object