Package de.xima.fc.gui.model.workflow
Class AddNewStateData
java.lang.Object
de.xima.fc.gui.model.workflow.AddNewStateData
- All Implemented Interfaces:
Serializable
POJO model with the data for adding a new state in the workflow designer.
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAddNewStateData
(String name, String description) Creates a new POJO instance with the given data. -
Method Summary
-
Constructor Details
-
AddNewStateData
Creates a new POJO instance with the given data.- Parameters:
name
- Value as returned bygetName()
.description
- Value as returned bygetDescription()
.
-
-
Method Details
-
getName
- Returns:
- The name of the new state to be added. Must not be empty.
-
getDescription
- Returns:
- The optional description of the new state. May be empty.
-
empty
- Returns:
- An empty POJO with no name and description.
-