Class PreviousMeterReadingLoadEventInput

java.lang.Object
overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.meterreading.event.PreviousMeterReadingLoadEventInput

public class PreviousMeterReadingLoadEventInput extends Object
Input object for the PreviousMeterReadingLoadEvent
Since:
9.2
  • Constructor Details

    • PreviousMeterReadingLoadEventInput

      public PreviousMeterReadingLoadEventInput()
  • Method Details

    • getWorkOrderOperation

      public Long getWorkOrderOperation()
      Gets the workorder operation id.
      Returns:
      the workorder operation id.
    • setWorkOrderOperation

      public void setWorkOrderOperation(Long workOrderOperation)
      Sets the workorder operation id.
      Parameters:
      workOrderOperation - workorder operation id to load.
    • getMeter

      public Long getMeter()
      Gets the meter id.
      Returns:
      the meter id.
    • setMeter

      public void setMeter(Long meter)
      Sets the meter id.
      Parameters:
      meter - the meter id.
    • getReferenceDate

      public Date getReferenceDate()
      Gets the reference date.
      Returns:
      the reference date.
    • setReferenceDate

      public void setReferenceDate(Date referenceDate)
      Sets the reference date.
      Parameters:
      referenceDate - the reference date.