Package com.skava.model.responses
Class ActionResponse
java.lang.Object
com.skava.core.validation.OutputModel
com.skava.model.responses.ActionResponse
- All Implemented Interfaces:
Serializable
public class ActionResponse
extends com.skava.core.validation.OutputModel
The Class ActionResponse holds the action details as response data which will be sent to controller.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ActionResponse
ActionResponse response constructor.- Parameters:
action
- the action object used to initialize theActionResponse
-