Class TimedGPSPosition
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.gpstracking.bl.position.TimedGPSPosition
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a timed GPS position response from external API.
- Since:
- 22.0
- See Also:
- GCApi:
- bo
-
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 TypeMethodDescriptionReturns the accuracy.Returns the creation date.Returns the detection date.Returns the device key.Returns the resource id.Returns the send date.Returns the x coordinate.Returns the y coordinate.voidsetAccuracy(Double accuracy) Sets the accuracy.voidsetCreationDate(Date creationDate) Sets the creation date.voidsetDetectionDate(Date detectionDate) Sets the detection date.voidsetDeviceKey(String deviceKey) Sets the device key.voidsetResource(Long resource) Sets the resource id.voidsetSendDate(Date sendDate) Sets the send date.voidsetxCoordinate(Double xCoordinate) Sets the x coordinate.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
-
TimedGPSPosition
public TimedGPSPosition()
-
-
Method Details
-
getResource
Returns the resource id.- Returns:
- the resource id
-
setResource
Sets the resource id.- Parameters:
resource- the resource id
-
getxCoordinate
Returns the x coordinate.- Returns:
- the x coordinate
-
setxCoordinate
Sets the x coordinate.- Parameters:
xCoordinate- the x coordinate
-
getyCoordinate
Returns the y coordinate.- Returns:
- the y coordinate
-
setyCoordinate
Sets the y coordinate.- Parameters:
yCoordinate- the y coordinate
-
getDetectionDate
Returns the detection date.- Returns:
- the detection date
-
setDetectionDate
Sets the detection date.- Parameters:
detectionDate- the detection date
-
getAccuracy
Returns the accuracy.- Returns:
- the accuracy
-
setAccuracy
Sets the accuracy.- Parameters:
accuracy- the accuracy
-
getCreationDate
Returns the creation date.- Returns:
- the creation date
-
setCreationDate
Sets the creation date.- Parameters:
creationDate- the creation date
-
getSendDate
Returns the send date.- Returns:
- the send date
-
setSendDate
Sets the send date.- Parameters:
sendDate- the send date
-
getDeviceKey
Returns the device key.- Returns:
- the device key
-
setDeviceKey
Sets the device key.- Parameters:
deviceKey- the device key
-