Class MeasuringElementSearchFilter
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.measuringelements.bl.measuringelement.event.MeasuringElementSearchFilter
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing the filter for the measuring element to be applied in the search.
- Since:
- 20.0
- See Also:
-
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 measuring element active flag.Gets the measuring element address.Gets the measuring element catalog group collection.Gets the measuring element characteristic collection.getCode()Gets the measuring element code collection.Gets the measuring element counter direction collection.Gets the measuring element counter overflow value.Gets the measuring element description.getId()Gets the measuring element id collection.Gets the measuring element max length.Gets the measuring element measurement unit collection.getOrder()Gets the measuring element order.Gets the measuring element status collection.Gets the measuring element target value.Gets the measuring element technical object id.voidSets the measuring element active flag.voidsetAddress(Long address) Sets the measuring element address.voidsetCatalogGroup(Collection<Long> catalogGroup) Sets the measuring element catalog group collection.voidsetCharacteristic(Collection<Long> characteristic) Sets the measuring element characteristic collection.voidsetCode(Collection<String> code) Sets the measuring element code collection.voidsetCounterDirection(Collection<Long> counterDirection) Sets the measuring element counter direction collection.voidsetCounterOverflowValue(Long counterOverflowValue) Sets the measuring element counter overflow value.voidsetDescription(String description) Sets the measuring element description.voidsetId(Collection<Long> id) Sets the measuring element id collection.voidsetMaxLength(Long maxLength) Sets the measuring element max length.voidsetMeasurementUnit(Collection<Long> measurementUnit) Sets the measuring element measurement unit collection.voidSets the measuring element order.voidsetStatus(Collection<Long> status) Sets the measuring element status collection.voidsetTargetValue(Double targetValue) Sets the measuring element target value.voidsetTechnicalObject(Long technicalObject) Sets the measuring element technical object 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
-
MeasuringElementSearchFilter
public MeasuringElementSearchFilter()
-
-
Method Details
-
getId
Gets the measuring element id collection.- Returns:
- the measuring element id collection
-
setId
Sets the measuring element id collection.- Parameters:
id- the measuring element id collection
-
getCode
Gets the measuring element code collection.- Returns:
- the measuring element code collection
-
setCode
Sets the measuring element code collection.- Parameters:
code- the measuring element code collection
-
getDescription
Gets the measuring element description.- Returns:
- the measuring element description
-
setDescription
Sets the measuring element description.- Parameters:
description- the measuring element description
-
getAddress
Gets the measuring element address.- Returns:
- the measuring element address
-
setAddress
Sets the measuring element address.- Parameters:
address- the measuring element address
-
getOrder
Gets the measuring element order.- Returns:
- the measuring element order
-
setOrder
Sets the measuring element order.- Parameters:
order- the measuring element order
-
getActive
Gets the measuring element active flag.- Returns:
- true if active, false otherwise
-
setActive
Sets the measuring element active flag.- Parameters:
active- the measuring element active flag value
-
getStatus
Gets the measuring element status collection.- Returns:
- the measuring element status collection
-
setStatus
Sets the measuring element status collection.- Parameters:
status- the measuring element status collection
-
getCharacteristic
Gets the measuring element characteristic collection.- Returns:
- the measuring element characteristic collection
-
setCharacteristic
Sets the measuring element characteristic collection.- Parameters:
characteristic- the measuring element characteristic collection
-
getCounterDirection
Gets the measuring element counter direction collection.- Returns:
- the measuring element counter direction collection
-
setCounterDirection
Sets the measuring element counter direction collection.- Parameters:
counterDirection- the measuring element counter direction collection
-
getMeasurementUnit
Gets the measuring element measurement unit collection.- Returns:
- the measuring element measurement unit collection
-
setMeasurementUnit
Sets the measuring element measurement unit collection.- Parameters:
measurementUnit- the measuring element measurement unit collection
-
getMaxLength
Gets the measuring element max length.- Returns:
- the measuring element max length
-
setMaxLength
Sets the measuring element max length.- Parameters:
maxLength- the measuring element max length
-
getCatalogGroup
Gets the measuring element catalog group collection.- Returns:
- the measuring element catalog group collection
-
setCatalogGroup
Sets the measuring element catalog group collection.- Parameters:
catalogGroup- the measuring element catalog group collection
-
getCounterOverflowValue
Gets the measuring element counter overflow value.- Returns:
- the measuring element counter overflow value
-
setCounterOverflowValue
Sets the measuring element counter overflow value.- Parameters:
counterOverflowValue- the measuring element counter overflow value
-
getTargetValue
Gets the measuring element target value.- Returns:
- the measuring element target value
-
setTargetValue
Sets the measuring element target value.- Parameters:
targetValue- the measuring element target value
-
getTechnicalObject
Gets the measuring element technical object id.- Returns:
- the measuring element technical object id
-
setTechnicalObject
Sets the measuring element technical object id.- Parameters:
technicalObject- the measuring element technical object id
-