Class DTOMeterFilter
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.accounts.rs1.meter.DTOMeterFilter
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for filter 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 TypeMethodDescriptionfinal StringGets the acronym.final BooleanGets the active.final Collection<Long> getBrand()Gets the brand.final Collection<Long> Gets the brand id.final DoubleGets the meter capacity.final Collection<Long> Gets the class id.final Collection<Long> getId()Gets the id.final Collection<Long> Gets the location.final Collection<Long> Gets the location id.final Collection<Long> Gets the meter class.final StringgetModel()Gets the meter model.final StringgetNote()Gets the note.final StringGets the production year.final StringGets the serial number.final Collection<Long> getType()Gets the type.final Collection<Long> Gets the type id.final voidsetAcronym(String acronym) Sets the acronym.final voidSets the active.final voidsetBrandId(Collection<Long> brandId) Sets the brand id.final voidsetCapacity(Double capacity) Sets the meter capacity.final voidsetClassId(Collection<Long> classId) Sets the class id.final voidsetId(Collection<Long> id) Sets the id.final voidsetLocationId(Collection<Long> locationId) Sets the location id.final voidSets the meter model.final voidSets the note.final voidsetProductionYear(String productionYear) Sets the production year.final voidsetSerialNumber(String serialNumber) Sets the serial number.final voidsetTypeId(Collection<Long> typeId) Sets the type id.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
-
DTOMeterFilter
public DTOMeterFilter()
-
-
Method Details
-
getId
Gets the id.- Returns:
- the id
-
setId
Sets the id.- Parameters:
id- the new id
-
getBrandId
Gets the brand id.- Returns:
- the brand id
-
getBrand
Gets the brand.- Returns:
- the brand
-
setBrandId
Sets the brand id.- Parameters:
brandId- the new brand id
-
getProductionYear
Gets the production year.- Returns:
- the production year
-
setProductionYear
Sets the production year.- Parameters:
productionYear- the new production year
-
getLocationId
Gets the location id.- Returns:
- the location id
-
getLocation
Gets the location.- Returns:
- the location
-
setLocationId
Sets the location id.- Parameters:
locationId- the new location id
-
getTypeId
Gets the type id.- Returns:
- the type id
-
getType
Gets the type.- Returns:
- the type
-
setTypeId
Sets the type id.- Parameters:
typeId- the new type id
-
getSerialNumber
Gets the serial number.- Returns:
- the serial number
-
setSerialNumber
Sets the serial number.- Parameters:
serialNumber- the new serial number
-
getAcronym
Gets the acronym.- Returns:
- the acronym
-
setAcronym
Sets the acronym.- Parameters:
acronym- the new acronym
-
getNote
Gets the note.- Returns:
- the note
-
setNote
Sets the note.- Parameters:
note- the new note
-
getActive
Gets the active.- Returns:
- the active
-
setActive
Sets the active.- Parameters:
active- the new active
-
getClassId
Gets the class id.- Returns:
- the class id
-
getMeterClass
Gets the meter class.- Returns:
- the meter class
-
setClassId
Sets the class id.- Parameters:
classId- the new class id
-
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
-