java.lang.Object
overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.MeterReadings

public class MeterReadings extends Object
Business object that groups readings on a single meter
Since:
9.2
GCApi:
bo
  • Field Details

    • readingType

      protected Long readingType
    • existingMeterAdditionalInfo

      protected DBView existingMeterAdditionalInfo
    • installedMeterAdditionalInfo

      protected DBView installedMeterAdditionalInfo
  • Constructor Details

    • MeterReadings

      public MeterReadings()
  • Method Details

    • getReadingType

      public Long getReadingType()
    • setReadingType

      public void setReadingType(Long readingType)
    • getExistingMeterReading

      public BOMeterReading getExistingMeterReading()
      Returns the reading on existing meter.
      Returns:
      the reading on existing meter
    • setExistingMeterReading

      public void setExistingMeterReading(BOMeterReading reading)
      Sets a reading for existing meter.
      Parameters:
      reading - the reading on existing meter
    • getInstalledMeterReading

      public BOMeterReading getInstalledMeterReading()
      Returns the reading on installed meter.
      Returns:
      the reading
    • setInstalledMeterReading

      public void setInstalledMeterReading(BOMeterReading reading)
      Sets a reading for installed meter.
      Parameters:
      reading - the reading on installed meter
    • getExistingMeterAdditionalInfo

      public DBView getExistingMeterAdditionalInfo()
      Returns the additional info on existing meter.
      Returns:
      the additional info
    • setExistingMeterAdditionalInfo

      public void setExistingMeterAdditionalInfo(DBView existingMeterAdditionalInfo)
      Sets the additional info on existing meter.
      Parameters:
      existingMeterAdditionalInfo - the additional info
    • getInstalledMeterAdditionalInfo

      public DBView getInstalledMeterAdditionalInfo()
      Returns the additional info on installed meter.
      Returns:
      the additional info
    • setInstalledMeterAdditionalInfo

      public void setInstalledMeterAdditionalInfo(DBView installedMeterAdditionalInfo)
      Sets the additional info on installed meter.
      Parameters:
      installedMeterAdditionalInfo - the additional info