Class AddNewStateResponse
java.lang.Object
de.xima.fc.gui.bean.designer.request.AddNewStateResponse
- All Implemented Interfaces:
Serializable
POJO response data for
AddNewStateRequest
.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAddNewStateResponse
(String newStateName) Creates a new POJO response with the given data. -
Method Summary
-
Constructor Details
-
AddNewStateResponse
Creates a new POJO response with the given data.- Parameters:
newStateName
- Name of the new state that was created.
-
-
Method Details
-
getNewStateName
- Returns:
- Name of the new state that was created.
-