Class CollectionDomain

java.lang.Object
com.skava.model.domain.CollectionDomain

public class CollectionDomain extends Object
This class defines the model Collection (Domain Object) holds the collection details.
Author:
Infosys Equinox
  • Field Details

    • id

      protected Long id
      The id.
    • updatedTimestamp

      protected Date updatedTimestamp
      The updated date time.
    • createdTimestamp

      protected Date createdTimestamp
      The created date time.
    • description

      protected String description
      The description.
    • createdBy

      protected Long createdBy
      The created by.
    • name

      protected String name
      The collection name.
    • updatedBy

      protected Long updatedBy
      The updated by.
    • status

      protected String status
      The collection status.
  • Constructor Details

    • CollectionDomain

      public CollectionDomain()
      The default class constructor.