Package com.skava.model.responses
Class CollectionPropertiesResponse
java.lang.Object
com.skava.core.validation.OutputModel
com.skava.model.responses.CollectionPropertiesResponse
- All Implemented Interfaces:
Serializable
public class CollectionPropertiesResponse
extends com.skava.core.validation.OutputModel
The Class CollectionPropertiesResponse holds a list of collection property details
as response data which will be sent to controller.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCollectionPropertiesResponse
(List<CollectionPropertyEntity> properties) Instantiates a new collection properties response. -
Method Summary
-
Constructor Details
-
CollectionPropertiesResponse
Instantiates a new collection properties response.- Parameters:
properties
- The List of Collection properties objects.
-