Class NextMeasureSearchEventInput
java.lang.Object
overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.event.NextMeasureSearchEventInput
Input parameter for
NextMeasureSearchEvent.- Since:
- 20.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the measuring element.Gets the target date.voidsetMeasuringElement(BOMeasuringElement measuringElement) Sets the measuring element.voidsetTargetDate(Date targetDate) Sets the target date.
-
Constructor Details
-
NextMeasureSearchEventInput
public NextMeasureSearchEventInput()
-
-
Method Details
-
getMeasuringElement
Gets the measuring element.- Returns:
- the measuring element
-
setMeasuringElement
Sets the measuring element.- Parameters:
measuringElement- the measuring element
-
getTargetDate
Gets the target date.- Returns:
- the target date
-
setTargetDate
Sets the target date.- Parameters:
targetDate- the target date
-