Class DTOMeterBatchUpdate

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

public class DTOMeterBatchUpdate extends DynO
DTO representing an element to update a batch of account meters.
Since:
16.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOMeterBatchUpdate

      public DTOMeterBatchUpdate()
  • 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 id
    • getBrand

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

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

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

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

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

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

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

      public final void setType(Optional<Long> type)
      Sets the meter type.
      Parameters:
      type - the type
    • getDigitNumber

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

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

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

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

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

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

      public final Optional<Boolean> getActive()
      Gets the meter active flag.
      Returns:
      the meter active flag
    • setActive

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

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

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

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

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

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

      public final void setMaxReading(Optional<Double> maxReading)
      Sets the meter max reading.
      Parameters:
      maxReading - the max reading
    • getModel

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

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

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

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