Class EventDomain

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

public class EventDomain extends Object implements Serializable
The Class Event.
Author:
Infosys Equinox This Class is used as the domain model object for Event.
See Also:
  • Field Details

    • id

      protected Long id
      id
    • name

      protected String name
      name
    • serviceName

      protected String serviceName
      serviceName
    • notificationName

      protected String notificationName
      eventDisplayName
    • description

      protected String description
      description
    • status

      protected String status
      status
    • updatedTime

      protected Date updatedTime
      updatedTime
    • createdTime

      protected Date createdTime
      createdTime
  • Constructor Details

    • EventDomain

      public EventDomain()
  • Method Details