Package com.skava.model.responses
Class EventResponse
java.lang.Object
com.skava.core.validation.OutputModel
com.skava.model.responses.EventResponse
- All Implemented Interfaces:
Serializable
public class EventResponse
extends com.skava.core.validation.OutputModel
The Class EventResponse holds event details
as response data which will be sent to controller.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EventResponse
Instantiates a new EventResponse response.- Parameters:
event
- the objectEvent
used to initialize the EventResponse object.
-