Class CriticalActivityDetectProcessesUpdateInput
java.lang.Object
overit.geocallapp.wfm.core.bl.criticalactivity.detectprocess.event.CriticalActivityDetectProcessesUpdateInput
Input bean for
CriticalActivityDetectProcessesUpdateEvent. - Since:
- 13.0
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the detect process that contains the data for the update.Returns the filter that will be used to match all the neededBOCriticalActivityDetectProcessto update.voidsetDetectProcess(BOCriticalActivityDetectProcess detectProcess) Sets the detect process that contains the data for the update.voidSets the filter that will be used to match all the neededBOCriticalActivityDetectProcessto update.
-
Constructor Details
-
CriticalActivityDetectProcessesUpdateInput
public CriticalActivityDetectProcessesUpdateInput()
-
-
Method Details
-
getFilter
Returns the filter that will be used to match all the neededBOCriticalActivityDetectProcessto update.- Returns:
- the update filter
-
setFilter
Sets the filter that will be used to match all the neededBOCriticalActivityDetectProcessto update.- Parameters:
filter- the update filter
-
getDetectProcess
Returns the detect process that contains the data for the update.- Returns:
- the detect process update data
-
setDetectProcess
Sets the detect process that contains the data for the update.- Parameters:
detectProcess- the detect process update data
-