Class CollectionList
java.lang.Object
com.skava.core.validation.InputModel
com.skava.model.datatransferobjects.CollectionList
- All Implemented Interfaces:
Serializable
public class CollectionList
extends com.skava.core.validation.InputModel
This Class is used as the model object for Collection Entity holds the collection details.
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Long
The business id.protected Long
The created by.protected Date
The Created On.protected String
The collection's description.protected Long
The id.protected String
The name of the collection.protected CollectionStatus
The collection status.protected Long
The updated by.protected Date
The Updated On. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
The id. -
name
The name of the collection. -
businessId
The business id. -
status
The collection status. -
description
The collection's description. -
createdBy
The created by. -
updatedBy
The updated by. -
createdOn
The Created On. -
updatedOn
The Updated On.
-
-
Constructor Details
-
CollectionList
Instantiates a new collection.- Parameters:
collection
- HoldsCollectionEntity
object for creating collection object.
-