Class DTOMeterUpdate
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.accounts.rs1.meter.DTOMeterUpdate
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for update meter
- 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 boolean.getBrand()Gets the meter brand.Gets the meter capacity.Gets the meter digit number.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 boolean.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 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
-
DTOMeterUpdate
public DTOMeterUpdate()
-
-
Method Details
-
getBrand
Gets the meter brand.- Returns:
- the meter brand
-
setBrand
Sets the meter brand.- Parameters:
brand- the meter brand
-
getProductionYear
Gets the meter production year.- Returns:
- the meter production year
-
setProductionYear
Sets the meter production year.- Parameters:
productionYear- the meter production year
-
getLocation
Gets the meter location.- Returns:
- the meter location
-
setLocation
Sets the meter location.- Parameters:
location- the meter location
-
getType
Gets the meter type.- Returns:
- the meter type
-
setType
Sets the meter type.- Parameters:
type- the meter type
-
getDigitNumber
Gets the meter digit number.- Returns:
- the meter digit number
-
setDigitNumber
Sets the meter digit number.- Parameters:
digitNumber- the meter digit number
-
getAcronym
Gets the meter acronym.- Returns:
- the meter acronym
-
setAcronym
Sets the meter acronym.- Parameters:
acronym- the meter acronym
-
getNote
Gets the meter note.- Returns:
- the meter note
-
setNote
Sets the meter note.- Parameters:
note- the meter note
-
getActive
Gets the meter active boolean.- Returns:
- the meter active boolean
-
setActive
Sets the meter active boolean.- Parameters:
active- the meter active boolean
-
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 meter min reading
-
getMaxReading
Gets the meter max reading.- Returns:
- the meter max reading
-
setMaxReading
Sets the meter max reading.- Parameters:
maxReading- the meter 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
-