Class Collection

java.lang.Object
com.skava.core.validation.InputModel
com.skava.model.datatransferobjects.Collection
All Implemented Interfaces:
Serializable

public class Collection extends com.skava.core.validation.InputModel
The Class Collection.
Author:
Infosys Equinox This Class is used as the model object for Collection Entity.
See Also:
  • Field Details

    • id

      protected Long id
      The id.
    • description

      protected String description
      The description.
    • name

      protected String name
      The name.
    • status

      protected CollectionStatus status
      The collection status
    • createdBy

      protected Long createdBy
      The created by.
    • updatedBy

      protected Long updatedBy
      The updated by.
    • updatedOn

      protected Date updatedOn
      The updated date time.
    • createdOn

      protected Date createdOn
      The created date time.
  • Constructor Details

    • Collection

      public Collection()
      The default class constructor.
  • Method Details