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
This class defines the Common Collection Response model holds the collection details.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCommonCollectionResponse
(CollectionEntity collection) Instantiates a new CommonCollectionResponse object.CommonCollectionResponse
(Collection collection) Instantiates a new CommonCollectionResponse object. -
Method Summary
-
Constructor Details
-
CommonCollectionResponse
Instantiates a new CommonCollectionResponse object.- Parameters:
collection
- HoldsCollectionEntity
object.
-
CommonCollectionResponse
Instantiates a new CommonCollectionResponse object.- Parameters:
collection
- HoldsCollection
object.
-