Class DTOResourcePositionFilter
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.gpstracking.rs1.resource.position.DTOResourcePositionFilter
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for filter resource GPS position.
- Since:
- 22.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 ZonedDateTimeRangeGets the detection date.final Collection<Long> Gets the detection type.final Collection<Long> Gets the detection type id.final Collection<Long> getId()Gets the id.final ZonedDateTimeRangeGets the insert date.final Collection<Long> Gets the intervention.final Collection<Long> Gets the intervention id.final Collection<Long> Gets the resource.final Collection<Long> Gets the resource id.final DoubleGets the x coordinate.final DoubleGets the y coordinate.final voidsetDetectionDate(ZonedDateTimeRange detectionDate) Sets the detection date.final voidsetDetectionTypeId(Collection<Long> detectionTypeId) Sets the detection type id.final voidsetId(Collection<Long> id) Sets the id.final voidsetInsertDate(ZonedDateTimeRange insertDate) Sets the insert date.final voidsetInterventionId(Collection<Long> interventionId) Sets the intervention id.final voidsetResourceId(Collection<Long> resourceId) Sets the resource id.final voidsetxCoordinate(Double xCoordinate) Sets the x coordinate.final voidsetyCoordinate(Double yCoordinate) Sets the y coordinate.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
-
DTOResourcePositionFilter
public DTOResourcePositionFilter()
-
-
Method Details
-
getId
Gets the id.- Returns:
- the id
-
setId
Sets the id.- Parameters:
id- the new id
-
getInsertDate
Gets the insert date.- Returns:
- the insert date
-
setInsertDate
Sets the insert date.- Parameters:
insertDate- the new insert date
-
getResourceId
Gets the resource id.- Returns:
- the resource id
-
getResource
Gets the resource.- Returns:
- the resource
-
setResourceId
Sets the resource id.- Parameters:
resourceId- the new resource id
-
getxCoordinate
Gets the x coordinate.- Returns:
- the x coordinate
-
setxCoordinate
Sets the x coordinate.- Parameters:
xCoordinate- the new x coordinate
-
getyCoordinate
Gets the y coordinate.- Returns:
- the y coordinate
-
setyCoordinate
Sets the y coordinate.- Parameters:
yCoordinate- the new y coordinate
-
getDetectionTypeId
Gets the detection type id.- Returns:
- the detection type id
-
getDetectionType
Gets the detection type.- Returns:
- the detection type
-
setDetectionTypeId
Sets the detection type id.- Parameters:
detectionTypeId- the new detection type id
-
getInterventionId
Gets the intervention id.- Returns:
- the intervention id
-
getIntervention
Gets the intervention.- Returns:
- the intervention
-
setInterventionId
Sets the intervention id.- Parameters:
interventionId- the new intervention id
-
getDetectionDate
Gets the detection date.- Returns:
- the detection date
-
setDetectionDate
Sets the detection date.- Parameters:
detectionDate- the new detection date
-