Package org.fulib.workflows.events
Class BaseNote
java.lang.Object
org.fulib.workflows.events.BaseNote
- Direct Known Subclasses:
Command,Data,Div,Event,ExternalSystem,Page,Policy,Problem,Service,User,Workflow
BaseNote is the base class for every other kind of note in an event storming board
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BaseNote
public BaseNote()
-
-
Method Details
-
getName
Getter for name field- Returns:
- name
-
setName
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
-