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
DTO for insert 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.getBrand()Gets the meter brand.final DoubleGets the meter capacity.Gets the meter digit number.Gets the meter last reading.Gets the meter last reading date.Gets the meter location.Gets the meter max reading.Gets the meter class.Gets the meter min reading.final StringgetModel()Gets the meter model.getNote()Gets the meter note.Gets the meter production year.Gets the meter serial number.getType()Gets the meter type.booleanisActive()Is active boolean.voidsetAcronym(String acronym) Sets the meter acronym.voidsetActive(boolean active) Sets the meter active boolean.voidSets the meter brand.final voidsetCapacity(Double capacity) Sets the meter capacity.voidsetDigitNumber(Long digitNumber) Sets the meter digit number.voidsetLastReading(Long lastReading) Sets the meter last reading.voidsetLastReadingDate(ZonedDateTime lastReadingDate) Sets the meter last reading date.voidsetLocation(Long locationType) Sets the meter location.voidsetMaxReading(Double maxReading) Sets the meter max reading.voidsetMeterClass(Long meterClass) Sets the meter class.voidsetMinReading(Double minReading) Sets the meter min reading.final voidSets the meter model.voidSets the meter note.voidsetProductionYear(String productionYear) Sets the meter production year.voidsetSerialNumber(String serialNumber) Sets the meter serial number.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
-
DTOMeterInsert
public DTOMeterInsert()
-
-
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:
locationType- the meter location type
-
getType
Gets the meter type.- Returns:
- the meter type
-
setType
Sets the meter type.- Parameters:
type- the meter type
-
getSerialNumber
Gets the meter serial number.- Returns:
- the meter serial number
-
setSerialNumber
Sets the meter serial number.- Parameters:
serialNumber- the meter serial number
-
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
-
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
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
-
getLastReadingDate
Gets the meter last reading date.- Returns:
- the meter last reading date
-
setLastReadingDate
Sets the meter last reading date.- Parameters:
lastReadingDate- the meter last reading date
-
getLastReading
Gets the meter last reading.- Returns:
- the meter last reading
-
setLastReading
Sets the meter last reading.- Parameters:
lastReading- the meter last 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
-