Class ActionDomain

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

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

    • id

      protected Long id
      The id.
    • collectionId

      protected long collectionId
      The collectionId
    • name

      protected String name
      The name
    • description

      protected String description
      The description
    • eventId

      protected Long eventId
      The eventId
    • configName

      protected String configName
      The config name
    • template

      protected String template
      The templateId
    • updatedTime

      protected Date updatedTime
      The updatedTime
    • createdTime

      protected Date createdTime
      The createdTime
    • status

      protected String status
      The status
  • Constructor Details

    • ActionDomain

      public ActionDomain()
  • Method Details