Class CollectionDomain

java.lang.Object
com.skava.model.domain.CollectionDomain
All Implemented Interfaces:
Serializable

public class CollectionDomain extends Object implements Serializable
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.
    • 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 name.
    • updatedBy

      protected Long updatedBy
      The updated by.
    • status

      protected String status
      The collection status.
  • Constructor Details

    • CollectionDomain

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