Class DaemonSavingNotificationInput
java.lang.Object
overit.geocallapp.wfm.core.bl.daemon.event.DaemonSavingNotificationInput
Object used as an input bean for the
DaemonSavingNotificationEvent- Since:
- 9.2
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DaemonSavingNotificationInput
public DaemonSavingNotificationInput()
-
-
Method Details
-
getData
Returns the map of the daemon's data.- Returns:
- the data
-
setData
Set the map of the daemon's data.- Parameters:
data- the data
-
getId
Returns the id of the daemon.- Returns:
- the daemon id
-
setId
Sets the id of the daemon.- Parameters:
id- the daemon id
-