java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.BOMeterReading
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOMeterReading extends DynO
Business object representing a meter reading.
Since:
9.2
See Also:
GCApi:
bo
  • Constructor Details

    • BOMeterReading

      public BOMeterReading()
  • Method Details

    • getId

      public Long getId()
      Returns the meter reading id.
      Returns:
      the the meter reading id
    • setId

      public void setId(Long id)
      Sets the meter reading id.
      Parameters:
      id - the meter reading id
    • getReadingDate

      public Date getReadingDate()
      Returns the meter reading date.
      Returns:
      the reading date
    • setReadingDate

      public void setReadingDate(Date readingDate)
      Sets the meter reading date.
      Parameters:
      readingDate - the reading date
    • getDigitNumber

      public Long getDigitNumber()
      Returns the meter reading digit number.
      Returns:
      the digit number
    • setDigitNumber

      public void setDigitNumber(Long digitNumber)
      Sets the meter reading digit number.
      Parameters:
      digitNumber - the digit number
    • getReadingValue

      public Long getReadingValue()
      Returns the meter reading value.
      Returns:
      the reading value
    • setReadingValue

      public void setReadingValue(Long readingValue)
      Sets the meter reading value.
      Parameters:
      readingValue - the meter reading value
    • getMeterAcronym

      public String getMeterAcronym()
      Returns the meter acronym.
      Returns:
      the meter acronym
    • setMeterAcronym

      public void setMeterAcronym(String meterAcronym)
      Sets the meter acronym.
      Parameters:
      meterAcronym - the meter acronym
    • getMeter

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

      public void setMeter(Long meter)
      Sets the meter id.
      Parameters:
      meter - the meter id
      See Also:
    • getEncodedNote

      public Long getEncodedNote()
      Returns the meter reading encoded note id.
      Returns:
      the encoded note id
      See Also:
    • setEncodedNote

      public void setEncodedNote(Long encodedNote)
      Sets the meter reading encoded note id.
      Parameters:
      encodedNote - the encoded note id
      See Also:
    • getNote

      public String getNote()
      Returns the meter reading note.
      Returns:
      the note
    • setNote

      public void setNote(String note)
      Sets the meter reading note.
      Parameters:
      note - the note
    • getMeterBrand

      public Long getMeterBrand()
      Returns the meter brand id.
      Returns:
      the meter brand id
      See Also:
    • setMeterBrand

      public void setMeterBrand(Long meterBrand)
      Sets the meter brand id.
      Parameters:
      meterBrand - the meter brand id
      See Also:
    • getMeterLocationType

      public Long getMeterLocationType()
      Returns the meter location type id.
      Returns:
      the meter location type id
      See Also:
    • setMeterLocationType

      public void setMeterLocationType(Long meterLocationType)
      Sets the meter location type id.
      Parameters:
      meterLocationType - the meter location type id
      See Also:
    • getState

      public Long getState()
      Returns the meter reading state id.
      Returns:
      the state id
      See Also:
    • setState

      public void setState(Long state)
      Sets the meter reading state id.
      Parameters:
      state - the state id
      See Also:
    • getType

      public Long getType()
      Returns the meter reading type id.
      Returns:
      the type id
      See Also:
    • setType

      public void setType(Long type)
      Sets the meter reading type id.
      Parameters:
      type - the type id
      See Also:
    • getReadingMeterType

      public Long getReadingMeterType()
      Returns the reading meter type id.
      Returns:
      the reading meter type id
      See Also:
    • setReadingMeterType

      public void setReadingMeterType(Long readingMeterType)
      Sets the reading meter type id.
      Parameters:
      readingMeterType - the reading meter type id
      See Also:
    • getOperation

      public Long getOperation()
      Returns the meter reading operation id.
      Returns:
      the operation id
      See Also:
    • setOperation

      public void setOperation(Long operation)
      Sets the meter reading operation id.
      Parameters:
      operation - the operation id
      See Also:
      • reading
    • getMeterProductionYear

      public String getMeterProductionYear()
      Returns the meter production year.
      Returns:
      the meter production year
    • setMeterProductionYear

      public void setMeterProductionYear(String meterProductionYear)
      Sets the meter production year.
      Parameters:
      meterProductionYear - the meter production year
    • getMeterType

      public Long getMeterType()
      Returns the meter type id.
      Returns:
      the meter type id
      See Also:
    • setMeterType

      public void setMeterType(Long meterType)
      Sets the meter type id.
      Parameters:
      meterType - the meter type id
      See Also:
    • getAgenda

      public Long getAgenda()
      Returns the meter reading agenda id.
      Returns:
      the agenda id
      See Also:
    • setAgenda

      public void setAgenda(Long agenda)
      Sets the meter reading agenda id.
      Parameters:
      agenda - the agenda id
      See Also: