Class CollectionVO
java.lang.Object
com.skava.core.validation.InputModel
com.skava.auth.model.rest.entities.CollectionVO
- All Implemented Interfaces:
Serializable
public class CollectionVO
extends com.skava.core.validation.InputModel
Data transfer class holds the data for collection related operations, such as businessId, name, properties, status,
etc.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructCollectionVO
object with members.CollectionVO
(Collection collection, boolean loadPropeties) ConstructCollectionVO
object by parsingCollection
object. -
Method Summary
-
Constructor Details
-
CollectionVO
public CollectionVO()ConstructCollectionVO
object with members. -
CollectionVO
ConstructCollectionVO
object by parsingCollection
object.- Parameters:
collection
- aCollection
object. collection information from the persistence context.loadPropeties
- aBoolean
object. This field holds boolean flag value to decide necessity of the collection properties.
-