Class DTOInterventionFilter
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.execution.rs1.intervention.DTOInterventionFilter
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for filter intervention.
- 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 LongReturns the default duration.final ZonedDateTimeRangeGets the end date.final Collection<Long> getId()Gets the id.final ZonedDateTimeRangeGets the start date.final Collection<Long> Gets the status.final Collection<Long> Gets the status id.final Collection<Long> Gets the work order operation.final Collection<Long> Gets the work order operation id.final voidsetDefaultDuration(Long defaultDuration) Sets the default duration.final voidsetEndDate(ZonedDateTimeRange endDate) Sets the end date.final voidsetId(Collection<Long> id) Sets the id.final voidsetStartDate(ZonedDateTimeRange startDate) Sets the start date.final voidsetStatusId(Collection<Long> statusId) Sets the status id.final voidsetWorkOrderOperationId(Collection<Long> workOrderOperationId) Sets the work order operation 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
-
DTOInterventionFilter
public DTOInterventionFilter()
-
-
Method Details
-
getId
Gets the id.- Returns:
- the id
-
setId
Sets the id.- Parameters:
id- the new id
-
getStatusId
Gets the status id.- Returns:
- the status id
-
getStatus
Gets the status.- Returns:
- the status
-
setStatusId
Sets the status id.- Parameters:
statusId- the new status id
-
getStartDate
Gets the start date.- Returns:
- the start date
-
setStartDate
Sets the start date.- Parameters:
startDate- the new start date
-
getEndDate
Gets the end date.- Returns:
- the end date
-
setEndDate
Sets the end date.- Parameters:
endDate- the new end date
-
getWorkOrderOperationId
Gets the work order operation id.- Returns:
- the work order operation id
-
getWorkOrderOperation
Gets the work order operation.- Returns:
- the work order operation
-
setWorkOrderOperationId
Sets the work order operation id.- Parameters:
workOrderOperationId- the new work order operation id
-
getDefaultDuration
Returns the default duration.- Returns:
- the default duration
-
setDefaultDuration
Sets the default duration.- Parameters:
defaultDuration- the default duration
-