Class InterventionOutcomeReadings
java.lang.Object
overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.meterreading.InterventionOutcomeReadings
Object representing the readings related to one or more meters within an intervention outcome
- Since:
- 9.2
- GCApi:
- bo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddReadings(Long meterId, MeterReadings readings) Adds or updates the readings for the specified meterReturns the list of meter idsgetReadings(Long meterId) Returns theMeterReadingscontaining the readings for the specified meter
-
Field Details
-
metersReadings
-
-
Constructor Details
-
InterventionOutcomeReadings
public InterventionOutcomeReadings()
-
-
Method Details
-
getMetersIds
Returns the list of meter ids- Returns:
- the list of meter ids
-
getReadings
Returns theMeterReadingscontaining the readings for the specified meter- Parameters:
meterId- the meter id- Returns:
- the readings for the specified meter
- See Also:
-
addReadings
Adds or updates the readings for the specified meter- Parameters:
meterId- the meter idreadings- theMeterReadingscontaining the readings- See Also:
-