Class BOResourceLastGPSPosition
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.gpstracking.bl.resource.position.last.BOResourceLastGPSPosition
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business Object representing resource last GPS position.
- 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 GPS accuracy.Returns the GPS detection date.Returns the device key.getId()Returns the resource last GPS position id.Returns the resource id.Returns the send date.Returns the x coordinate (longitude).Returns the y coordinate (latitude).voidsetAccuracy(Double accuracy) Sets the GPS accuracy.voidsetDetectionDate(Date detectionDate) Sets the GPS detection date.voidsetDeviceKey(String deviceKey) Sets the device key.voidSets the resource last GPS position id.voidsetResource(Long resource) Sets the resource id.voidsetSendDate(Date sendDate) Sets the send date.voidsetxCoordinate(Double xCoord) Sets the x coordinate (longitude).voidsetyCoordinate(Double yCoord) Sets the y coordinate (latitude).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
-
BOResourceLastGPSPosition
public BOResourceLastGPSPosition()
-
-
Method Details
-
getId
Returns the resource last GPS position id.- Returns:
- the resource last GPS position id
-
setId
Sets the resource last GPS position id.- Parameters:
id- the resource last GPS position id
-
getResource
Returns the resource id.- Returns:
- the resource id
-
setResource
Sets the resource id.- Parameters:
resource- the resource id
-
getxCoordinate
Returns the x coordinate (longitude).- Returns:
- the x coordinate
-
setxCoordinate
Sets the x coordinate (longitude).- Parameters:
xCoord- the x coordinate
-
getyCoordinate
Returns the y coordinate (latitude).- Returns:
- the y coordinate
-
setyCoordinate
Sets the y coordinate (latitude).- Parameters:
yCoord- the y coordinate
-
getDetectionDate
Returns the GPS detection date.- Returns:
- the GPS detection date
-
setDetectionDate
Sets the GPS detection date.- Parameters:
detectionDate- the GPS detection date
-
getAccuracy
Returns the GPS accuracy.- Returns:
- the GPS accuracy
-
setAccuracy
Sets the GPS accuracy.- Parameters:
accuracy- the GPS accuracy
-
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
-