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 Details

    • id

      protected Long id
      The id.
    • name

      protected String name
      The name of the collection.
    • businessId

      protected Long businessId
      The business id.
    • status

      protected CollectionStatus status
      The collection status.
    • description

      protected String description
      The collection's description.
    • createdBy

      protected Long createdBy
      The created by.
    • updatedBy

      protected Long updatedBy
      The updated by.
    • createdOn

      protected Date createdOn
      The Created On.
    • updatedOn

      protected Date updatedOn
      The Updated On.
  • Constructor Details

    • CollectionList

      public CollectionList(CollectionEntity collection)
      Instantiates a new collection.
      Parameters:
      collection - Holds CollectionEntity object for creating collection object.