java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.accounts.rs1.meter.DTOMeter
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTOMeter extends DynO
DTO for meter
Since:
16.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOMeter

      public DTOMeter()
  • Method Details

    • getId

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

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

      public Long getAccount()
      Gets the meter account.
      Returns:
      the meter account
    • setAccount

      public void setAccount(Long account)
      Sets the meter account.
      Parameters:
      account - the meter account
    • getBrand

      public final Long getBrand()
      Gets the meter brand.
      Returns:
      the meter brand
    • setBrand

      public final void setBrand(Long brand)
      Sets the meter brand.
      Parameters:
      brand - the meter brand
    • getProductionYear

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

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

      public final Long getLocation()
      Gets the meter location.
      Returns:
      the meter location
    • setLocation

      public final void setLocation(Long location)
      Sets the meter location.
      Parameters:
      location - the meter location
    • getType

      public final Long getType()
      Gets the meter type.
      Returns:
      the meter type
    • setType

      public final void setType(Long type)
      Sets the meter type.
      Parameters:
      type - the meter type
    • getSerialNumber

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

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

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

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

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

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

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

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

      public final Boolean getActive()
      Gets the meter active.
      Returns:
      the meter active
    • setActive

      public final void setActive(Boolean active)
      Sets the meter active flag.
      Parameters:
      active - the meter active flag
    • getMeterClass

      public final Long getMeterClass()
      Gets the meter class.
      Returns:
      the meter class
    • setMeterClass

      public final void setMeterClass(Long meterClass)
      Sets the meter class.
      Parameters:
      meterClass - the meter class
    • getMinReading

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

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

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

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

      public final ZonedDateTime getLastReadingDate()
      Gets the meter last reading date.
      Returns:
      the meter last reading date
    • setLastReadingDate

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

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

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

      public final String getModel()
      Gets the meter model.
      Returns:
      the meter model
    • setModel

      public final void setModel(String model)
      Sets the meter model.
      Parameters:
      model - the meter model
    • getCapacity

      public final Double getCapacity()
      Gets the meter capacity.
      Returns:
      the meter capacity
    • setCapacity

      public final void setCapacity(Double capacity)
      Sets the meter capacity.
      Parameters:
      capacity - the meter capacity