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 for AddNewStateRequest.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • 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 Details

    • getNewStateName

      public String getNewStateName()
      Returns:
      Name of the new state that was created.