Class DTOResourcePosition
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.gpstracking.rs1.resource.position.DTOResourcePosition
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for 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 ZonedDateTimeGets the detection date.final LongGets the detection type.final LonggetId()Gets the id.final ZonedDateTimeGets the insert date.final LongGets the intervention.final LongGets the resource.final DoubleGets the x coordinate.final DoubleGets the y coordinate.final voidsetDetectionDate(ZonedDateTime detectionDate) Sets the detection date.final voidsetDetectionType(Long detectionType) Sets the detection type.final voidSets the id.final voidsetInsertDate(ZonedDateTime insertDate) Sets the insert date.final voidsetIntervention(Long intervention) Sets the intervention.final voidsetResource(Long resource) Sets the resource.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
-
DTOResourcePosition
public DTOResourcePosition()
-
-
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
-
getResource
Gets the resource.- Returns:
- the resource
-
setResource
Sets the resource.- Parameters:
resource- the new resource
-
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
-
getDetectionType
Gets the detection type.- Returns:
- the detection type
-
setDetectionType
Sets the detection type.- Parameters:
detectionType- the new detection type
-
getIntervention
Gets the intervention.- Returns:
- the intervention
-
setIntervention
Sets the intervention.- Parameters:
intervention- the new intervention
-
getDetectionDate
Gets the detection date.- Returns:
- the detection date
-
setDetectionDate
Sets the detection date.- Parameters:
detectionDate- the new detection date
-