Package com.skava.entities
Class EventEntity
java.lang.Object
com.skava.entities.EventEntity
- All Implemented Interfaces:
Serializable
The Class EventEntity.
This class represents the database fields of the notification's event entity.
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Long
CollectionIdprotected Date
The created date time.protected String
The description.protected Long
The id.protected @Length(min=3) String
The name.protected String
The eventDisplayName.protected String
The serviceName.protected String
The collection status.protected Date
The updated date time. -
Constructor Summary
ConstructorsConstructorDescriptionThe default class constructor.EventEntity
(EventActionAttributeEntity eventActionAttributeEntity, long collectionId) EventEntity - Parameterized constructor to initialize eventEntity. -
Method Summary
-
Field Details
-
id
The id. -
collectionId
CollectionId -
name
The name. -
serviceName
The serviceName. -
notificationName
The eventDisplayName. -
status
The collection status. -
description
The description. -
createdTime
The created date time. -
updatedTime
The updated date time.
-
-
Constructor Details
-
EventEntity
public EventEntity()The default class constructor. -
EventEntity
EventEntity - Parameterized constructor to initialize eventEntity.- Parameters:
eventActionAttributeEntity
- the objectEventActionAttributeEntity
collectionId
- the unique identifier of collection.
-