Package com.skava.model.responses
Class CollectionPropertyResponse
java.lang.Object
com.skava.core.validation.OutputModel
com.skava.model.responses.CollectionPropertyResponse
- All Implemented Interfaces:
Serializable
public class CollectionPropertyResponse
extends com.skava.core.validation.OutputModel
The Class CollectionPropertyResponseholds collection property details
as response data which will be sent to controller.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new collection property response.CollectionPropertyResponse
(CollectionProperty collectionProperty) Instantiates a new collection property response. -
Method Summary
-
Constructor Details
-
CollectionPropertyResponse
public CollectionPropertyResponse()Instantiates a new collection property response. -
CollectionPropertyResponse
Instantiates a new collection property response.- Parameters:
collectionProperty
- the collection property
-