Class EventEntity

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

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

    • id

      protected Long id
      The id.
    • collectionId

      protected Long collectionId
      CollectionId
    • name

      @Length(min=3) protected @Length(min=3) String name
      The name.
    • serviceName

      protected String serviceName
      The serviceName.
    • notificationName

      protected String notificationName
      The eventDisplayName.
    • status

      protected String status
      The collection status.
    • description

      protected String description
      The description.
    • createdTime

      protected Date createdTime
      The created date time.
    • updatedTime

      protected Date updatedTime
      The updated date time.
  • Constructor Details

    • EventEntity

      public EventEntity()
      The default class constructor.
    • EventEntity

      public EventEntity(EventActionAttributeEntity eventActionAttributeEntity, long collectionId)
      EventEntity - Parameterized constructor to initialize eventEntity.
      Parameters:
      eventActionAttributeEntity - the object EventActionAttributeEntity
      collectionId - the unique identifier of collection.