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