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

public class InterventionOutcomeReadings extends Object
Object representing the readings related to one or more meters within an intervention outcome
Since:
9.2
GCApi:
bo
  • Field Details

  • Constructor Details

    • InterventionOutcomeReadings

      public InterventionOutcomeReadings()
  • Method Details

    • getMetersIds

      public Set<Long> getMetersIds()
      Returns the list of meter ids
      Returns:
      the list of meter ids
    • getReadings

      public MeterReadings getReadings(Long meterId)
      Returns the MeterReadings containing the readings for the specified meter
      Parameters:
      meterId - the meter id
      Returns:
      the readings for the specified meter
      See Also:
    • addReadings

      public void addReadings(Long meterId, MeterReadings readings)
      Adds or updates the readings for the specified meter
      Parameters:
      meterId - the meter id
      readings - the MeterReadings containing the readings
      See Also: