Class PreviousMeterReadingLoadEventInput
java.lang.Object
overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.meterreading.event.PreviousMeterReadingLoadEventInput
Input object for the PreviousMeterReadingLoadEvent
- Since:
- 9.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMeter()Gets the meter id.Gets the reference date.Gets the workorder operation id.voidSets the meter id.voidsetReferenceDate(Date referenceDate) Sets the reference date.voidsetWorkOrderOperation(Long workOrderOperation) Sets the workorder operation id.
-
Constructor Details
-
PreviousMeterReadingLoadEventInput
public PreviousMeterReadingLoadEventInput()
-
-
Method Details
-
getWorkOrderOperation
Gets the workorder operation id.- Returns:
- the workorder operation id.
-
setWorkOrderOperation
Sets the workorder operation id.- Parameters:
workOrderOperation- workorder operation id to load.
-
getMeter
Gets the meter id.- Returns:
- the meter id.
-
setMeter
Sets the meter id.- Parameters:
meter- the meter id.
-
getReferenceDate
Gets the reference date.- Returns:
- the reference date.
-
setReferenceDate
Sets the reference date.- Parameters:
referenceDate- the reference date.
-