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
This class defines the model Collection (Data transfer Object) holds collection details. Collection belongs to a business and has its own properties dervied from the common collection attributes.
Author:
Infosys Equinox
See Also:
  • Field Details

    • id

      protected Long id
      The id.
    • description

      protected String description
      The description of the collection.
    • name

      protected String name
      The collection name.
    • status

      protected CollectionStatus status
      Status of the collection which indicates collection's activeness.
    • createdBy

      protected Long createdBy
      The created by.
    • updatedBy

      protected Long updatedBy
      The updated by.
    • updatedOn

      protected Date updatedOn
      The Updated On.
    • createdOn

      protected Date createdOn
      The Created On.
  • Constructor Details

    • Collection

      public Collection()
      The default class constructor.
    • Collection

      public Collection(CollectionEntity collection, boolean isLoadProperties)
      Instantiates a new Collection object from CollectionEntity object.
      Parameters:
      collection - Holds CollectionEntity object for creating collection object.
      isLoadProperties - Boolean value which is used to decide the nessary of collection properties
  • Method Details