Class DTOMeterInsert

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

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

    • DTOMeterInsert

      public DTOMeterInsert()
  • Method Details

    • getBrand

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public boolean isActive()
      Is active boolean.
      Returns:
      the meter active boolean
    • setActive

      public void setActive(boolean active)
      Sets the meter active boolean.
      Parameters:
      active - the meter active boolean
    • getMeterClass

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

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

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

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

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

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

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

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

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

      public 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