java.lang.Object
overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.meterreading.MeterReadingContainerInput

public class MeterReadingContainerInput extends Object
Input DTO object for meter reading editing page
  • Constructor Details

    • MeterReadingContainerInput

      public MeterReadingContainerInput()
  • Method Details

    • getGiConfiguration

      public GIConfiguration getGiConfiguration()
    • setGiConfiguration

      public void setGiConfiguration(GIConfiguration giConfiguration)
    • getReadingType

      public Long getReadingType()
    • setReadingType

      public void setReadingType(Long readingType)
    • getReadingMeterType

      public Long getReadingMeterType()
    • setReadingMeterType

      public void setReadingMeterType(Long readingMeterType)
    • getCurrentInterventionReadings

      public InterventionOutcomeReadings getCurrentInterventionReadings()
    • setCurrentInterventionReadings

      public void setCurrentInterventionReadings(InterventionOutcomeReadings currentInterventionReadings)
    • getCurrentIntervention

      public Intervention getCurrentIntervention()
    • setCurrentIntervention

      public void setCurrentIntervention(Intervention currentIntervention)
    • getWorkOrder

      public WorkOrder getWorkOrder()
    • setWorkOrder

      public void setWorkOrder(WorkOrder workOrder)
    • getMeterId

      public Long getMeterId()
    • setMeterId

      public void setMeterId(Long meterId)