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