Class ActionEntity

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

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

    • id

      protected Long id
      The id.
    • createdTime

      protected Date createdTime
      The created date time.
    • updatedTime

      protected Date updatedTime
      The updated date time.
  • Constructor Details

    • ActionEntity

      public ActionEntity()
      The default class constructor.