Class AddNewStateResponse
- java.lang.Object
 - 
- de.xima.fc.gui.bean.designer.request.AddNewStateResponse
 
 
- 
- All Implemented Interfaces:
 Serializable
public class AddNewStateResponse extends Object implements Serializable
POJO response data forAddNewStateRequest.- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description AddNewStateResponse(String newStateName)Creates a new POJO response with the given data. 
 - 
 
- 
- 
Constructor Detail
- 
AddNewStateResponse
public AddNewStateResponse(String newStateName)
Creates a new POJO response with the given data.- Parameters:
 newStateName- Name of the new state that was created.
 
 - 
 
- 
Method Detail
- 
getNewStateName
public String getNewStateName()
- Returns:
 - Name of the new state that was created.
 
 
 - 
 
 -