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
DTO representing an element to update a batch of account meters.
- Since:
- 16.0
- See Also:
- GCApi:
- dto
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the meter acronym.Gets the meter active flag.getBrand()Gets the meter brand.Gets the meter capacity.Gets the meter digit number.final LonggetId()Gets the meter id.Gets the meter location.Gets the meter max reading.Gets the meter class.Gets the meter min reading.getModel()Gets the meter model.getNote()Gets the meter note.Gets the meter production year.getType()Gets the meter type.final voidsetAcronym(Optional<String> acronym) Sets the meter acronym.final voidSets the meter active flag.final voidSets the meter brand.final voidsetCapacity(Optional<Double> capacity) Sets the meter capacity.final voidsetDigitNumber(Optional<Long> digitNumber) Sets the meter digit number.final voidSets the meter id.final voidsetLocation(Optional<Long> location) Sets the meter location.final voidsetMaxReading(Optional<Double> maxReading) Sets the meter max reading.final voidsetMeterClass(Optional<Long> meterClass) Sets the meter class.final voidsetMinReading(Optional<Double> minReading) Sets the meter min reading.final voidSets the meter model.final voidSets the meter note.final voidsetProductionYear(Optional<String> productionYear) Sets the meter production year.final voidSets the meter type.Methods inherited from class overit.geocall.model.DynO
addExtension, extract, extract, fields, from, from, getCriteria, getCriteriaNotExploded, getExtension, getFakeFilter, getUnknownAttributes, getUnknownCriteria, getVariant, getZone, insert, insert, isValid, make, removeCriteria, removeExtensionAttribute, setCriteria, setCriteriaNotExploded, setExtension, setFakeFilter, setUnknownAttributes, setUnknownCriteria, setVariant, setZone, toFlatMap, toFlatMap, toMap, toMap, toString, update, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.validation.ConstraintValidator
initializeMethods inherited from interface overit.geocall.timezone.model.TimeZoned
hasZone
-
Constructor Details
-
DTOMeterBatchUpdate
public DTOMeterBatchUpdate()
-
-
Method Details
-
getId
Gets the meter id.- Returns:
- the meter id
-
setId
Sets the meter id.- Parameters:
id- the id
-
getBrand
Gets the meter brand.- Returns:
- the meter brand
-
setBrand
Sets the meter brand.- Parameters:
brand- the brand
-
getProductionYear
Gets the meter production year.- Returns:
- the meter production year
-
setProductionYear
Sets the meter production year.- Parameters:
productionYear- the production year
-
getLocation
Gets the meter location.- Returns:
- the meter location
-
setLocation
Sets the meter location.- Parameters:
location- the location
-
getType
Gets the meter type.- Returns:
- the meter type
-
setType
Sets the meter type.- Parameters:
type- the type
-
getDigitNumber
Gets the meter digit number.- Returns:
- the meter digit number
-
setDigitNumber
Sets the meter digit number.- Parameters:
digitNumber- the digit number
-
getAcronym
Gets the meter acronym.- Returns:
- the meter acronym
-
setAcronym
Sets the meter acronym.- Parameters:
acronym- the acronym
-
getNote
Gets the meter note.- Returns:
- the meter note
-
setNote
Sets the meter note.- Parameters:
note- the note
-
getActive
Gets the meter active flag.- Returns:
- the meter active flag
-
setActive
Sets the meter active flag.- Parameters:
active- the active flag
-
getMeterClass
Gets the meter class.- Returns:
- the meter class
-
setMeterClass
Sets the meter class.- Parameters:
meterClass- the meter class
-
getMinReading
Gets the meter min reading.- Returns:
- the meter min reading
-
setMinReading
Sets the meter min reading.- Parameters:
minReading- the min reading
-
getMaxReading
Gets the meter max reading.- Returns:
- the meter max reading
-
setMaxReading
Sets the meter max reading.- Parameters:
maxReading- the max reading
-
getModel
Gets the meter model.- Returns:
- the meter model
-
setModel
Sets the meter model.- Parameters:
model- the meter model
-
getCapacity
Gets the meter capacity.- Returns:
- the meter capacity
-
setCapacity
Sets the meter capacity.- Parameters:
capacity- the meter capacity
-