Class DTOMeterBatchInsert
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.accounts.rs1.meter.DTOMeterBatchInsert
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO representing an element to insert a batch of account meters.
- Since:
- 17.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 TypeMethodDescriptionfinal StringGets the meter acronym.final LonggetBrand()Gets the meter brand.final DoubleGets the meter capacity.final LongGets the meter digit number.final LongGets the meter last reading.final ZonedDateTimeGets the meter last reading date.final LongGets the meter location.final DoubleGets the meter max reading.final LongGets the meter class.final DoubleGets the meter min reading.final StringgetModel()Gets the meter model.final StringgetNote()Gets the meter note.final StringGets the meter production year.final StringGets the meter serial number.final LonggetType()Gets the meter type.final booleanisActive()Is active boolean.final voidsetAcronym(String acronym) Sets the meter acronym.final voidsetActive(boolean active) Sets the meter active flag.final voidSets the meter brand.final voidsetCapacity(Double capacity) Sets the meter capacity.final voidsetDigitNumber(Long digitNumber) Sets the meter digit number.final voidsetLastReading(Long lastReading) Sets the meter last reading.final voidsetLastReadingDate(ZonedDateTime lastReadingDate) Sets the meter last reading date.final voidsetLocation(Long locationType) Sets the meter location.final voidsetMaxReading(Double maxReading) Sets the meter max reading.final voidsetMeterClass(Long meterClass) Sets the meter class.final voidsetMinReading(Double minReading) Sets the meter min reading.final voidSets the meter model.final voidSets the meter note.final voidsetProductionYear(String productionYear) Sets the meter production year.final voidsetSerialNumber(String serialNumber) Sets the meter serial number.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
-
DTOMeterBatchInsert
public DTOMeterBatchInsert()
-
-
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 final boolean isActive()Is active boolean.- Returns:
- the meter boolean
-
setActive
public final void setActive(boolean active) Sets the meter active flag.- Parameters:
active- the meter 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 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
-