Class DTOBundleOperationStatusFilter
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.bundler.rs1.operation.status.DTOBundleOperationStatusFilter
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for Bundle Operation Status Filter.
- Since:
- 20.1
- 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 bundle operation status code set as filter.final StringReturns the bundle operation status description set as filter.final Collection<Long> getId()Returns the bundle operation status id set as filter.final voidsetCode(Collection<String> code) Sets the bundle operation status code as filter.final voidsetDescription(String description) Sets the bundle operation status description as filter.final voidsetId(Collection<Long> id) Sets the bundle operation status id as filter.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
-
DTOBundleOperationStatusFilter
public DTOBundleOperationStatusFilter()
-
-
Method Details
-
getId
Returns the bundle operation status id set as filter.- Returns:
- the bundle operation status id
-
setId
Sets the bundle operation status id as filter.- Parameters:
id- the bundle operation status id
-
getCode
Returns the bundle operation status code set as filter.- Returns:
- the bundle operation status code
-
setCode
Sets the bundle operation status code as filter.- Parameters:
code- the bundle operation status code
-
getDescription
Returns the bundle operation status description set as filter.- Returns:
- the bundle operation status description
-
setDescription
Sets the bundle operation status description as filter.- Parameters:
description- the bundle status ordering description
-