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

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

    • BOMeter

      public BOMeter()
  • Method Details

    • getId

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

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

      public Long getAddress()
      Returns the meter address id.
      Returns:
      the address id
      See Also:
    • setAddress

      public void setAddress(Long address)
      Sets the meter address id.
      Parameters:
      address - the address id
      See Also:
    • getSerialNumber

      public String getSerialNumber()
      Returns the meter serial number.
      Returns:
      the serial number
    • setSerialNumber

      public void setSerialNumber(String serialNumber)
      Sets the meter serial number.
      Parameters:
      serialNumber - the serial number
    • getDescription

      public String getDescription()
      Returns the meter description.
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Sets the meter description.
      Parameters:
      description - the description
    • getNote

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

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

      public Boolean isActive()
      Checks if the meter is active.
      Returns:
      true, if the meter is active, false otherwise
    • setActive

      public void setActive(Boolean active)
      Sets the meter to active.
      Parameters:
      active - true if the meter must be active, false otherwise
    • getState

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

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

      public Date getLastReadingDate()
      Returns the meter last reading date.
      Returns:
      the last reading date
    • setLastReadingDate

      public void setLastReadingDate(Date lastReadingDate)
      Sets the meter last reading date.
      Parameters:
      lastReadingDate - the last reading date
    • getLastReading

      public Long getLastReading()
      Returns the meter last reading.
      Returns:
      the last reading
    • setLastReading

      public void setLastReading(Long lastReading)
      Sets the meter last reading.
      Parameters:
      lastReading - the last reading
    • getDigitNumber

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

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

      public Long getLocationType()
      Returns the meter location type id.
      Returns:
      the location type id
      See Also:
    • setLocationType

      public void setLocationType(Long locationType)
      Sets the meter location type id.
      Parameters:
      locationType - the location type id
      See Also:
    • getBrand

      public Long getBrand()
      Returns the meter brand id.
      Returns:
      the brand id
      See Also:
    • setBrand

      public void setBrand(Long brand)
      Sets the meter brand id.
      Parameters:
      brand - the brand id
      See Also:
    • getAcronym

      public String getAcronym()
      Returns the meter acronym.
      Returns:
      the acronym
    • setAcronym

      public void setAcronym(String acronym)
      Sets the meter acronym.
      Parameters:
      acronym - the acronym
    • getProductionYear

      public String getProductionYear()
      Returns the meter production year.
      Returns:
      the production year
    • setProductionYear

      public void setProductionYear(String productionYear)
      Sets the meter production year.
      Parameters:
      productionYear - the production year
    • getMinReading

      public Double getMinReading()
      Returns the meter min reading.
      Returns:
      the min reading
    • setMinReading

      public void setMinReading(Double minReading)
      Sets the meter min reading.
      Parameters:
      minReading - the min reading
    • getMaxReading

      public Double getMaxReading()
      Returns the meter max reading.
      Returns:
      the max reading
    • setMaxReading

      public void setMaxReading(Double maxReading)
      Sets the meter max reading.
      Parameters:
      maxReading - the max reading
    • getType

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

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

      public Long getIndex()
      Returns the meter index.
      Returns:
      the index
    • setIndex

      public void setIndex(Long index)
      Sets the meter index.
      Parameters:
      index - the index
    • getMeterClass

      public Long getMeterClass()
      Returns the meter class id.
      Returns:
      the meter class id
      See Also:
    • setMeterClass

      public void setMeterClass(Long meterClass)
      Sets the meter class id.
      Parameters:
      meterClass - the meter class id
      See Also: