Class DaemonSavingNotificationInput

java.lang.Object
overit.geocallapp.wfm.core.bl.daemon.event.DaemonSavingNotificationInput

public class DaemonSavingNotificationInput extends Object
Object used as an input bean for the DaemonSavingNotificationEvent
Since:
9.2
GCApi:
bo
  • Constructor Details

    • DaemonSavingNotificationInput

      public DaemonSavingNotificationInput()
  • Method Details

    • getData

      public Map<String,Object> getData()
      Returns the map of the daemon's data.
      Returns:
      the data
    • setData

      public void setData(Map<String,Object> data)
      Set the map of the daemon's data.
      Parameters:
      data - the data
    • getId

      public Long getId()
      Returns the id of the daemon.
      Returns:
      the daemon id
    • setId

      public void setId(Long id)
      Sets the id of the daemon.
      Parameters:
      id - the daemon id