Class DTOMeasuringElementStatusFilter
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.measuringelements.rs1.status.DTOMeasuringElementStatusFilter
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO to filter measuring element status.
- Since:
- 20.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 Collection<String> getCode()Returns the measuring element status code collection.final StringReturns the measuring element status description.final Collection<Long> getId()Returns the measuring element status id collection.final voidsetCode(Collection<String> code) Sets the measuring element status code collection.final voidsetDescription(String description) Sets the measuring element status description.final voidsetId(Collection<Long> id) Sets the measuring element status id collection.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
-
DTOMeasuringElementStatusFilter
public DTOMeasuringElementStatusFilter()
-
-
Method Details
-
getId
Returns the measuring element status id collection.- Returns:
- the measuring element status id collection
-
setId
Sets the measuring element status id collection.- Parameters:
id- the measuring element status id collection
-
getCode
Returns the measuring element status code collection.- Returns:
- the measuring element status code collection
-
setCode
Sets the measuring element status code collection.- Parameters:
code- the measuring element status code collection
-
getDescription
Returns the measuring element status description.- Returns:
- the measuring element status description
-
setDescription
Sets the measuring element status description.- Parameters:
description- the measuring element status description
-