Class CollectionEntity

java.lang.Object
com.skava.entities.CollectionEntity
All Implemented Interfaces:
Serializable

@Entity(name="collections") @Config(defaultVariableName="collections") public class CollectionEntity extends Object implements Serializable
The Class CollectionEntity. This class represents the database fields of the notification's collection entity.
Author:
Infosys Equinox
See Also:
  • Field Details

    • id

      protected Long id
      The id.
    • createdTimestamp

      protected Date createdTimestamp
      The created date time.
    • createdBy

      protected Long createdBy
      The created by.
    • updatedTimestamp

      protected Date updatedTimestamp
      The updated date time.
    • updatedBy

      protected Long updatedBy
      The updated by.
  • Constructor Details

    • CollectionEntity

      public CollectionEntity()
      The default class constructor.