Class BOResourceGPSPosition
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.gpstracking.bl.resource.position.BOResourceGPSPosition
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a resource gps position
- Since:
- 13.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 detection date.Returns the GPS detection type id.getId()Returns the resource GPS position id.Returns the insert date.Returns the intervention id.Returns the resource id.Returns the x coordinate (longitude).Returns the y coordinate (latitude).voidsetDetectionDate(Date detectionDate) Sets the GPS detection date.voidsetDetectionType(Long detectionType) Sets the GPS detection type id.voidSets the resource GPS position id.voidsetInsertDate(Date insertDate) Sets the insert date.voidsetIntervention(Long intervention) Sets the intervention id.voidsetResource(Long resource) Sets the resource id.voidsetxCoordinate(Double xCoordinate) Sets the x coordinate (longitude).voidsetyCoordinate(Double yCoordinate) 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
-
BOResourceGPSPosition
public BOResourceGPSPosition()
-
-
Method Details
-
getId
Returns the resource GPS position id.- Returns:
- the resource GPS position id
-
setId
Sets the resource GPS position id.- Parameters:
id- the resource GPS position id
-
getInsertDate
Returns the insert date.- Returns:
- the insert date
-
setInsertDate
Sets the insert date.- Parameters:
insertDate- the insert date
-
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:
xCoordinate- the x coordinate
-
getyCoordinate
Returns the y coordinate (latitude).- Returns:
- the y coordinate
-
setyCoordinate
Sets the y coordinate (latitude).- Parameters:
yCoordinate- the y coordinate
-
getDetectionType
Returns the GPS detection type id.- Returns:
- the GPS detection type id
-
setDetectionType
Sets the GPS detection type id.- Parameters:
detectionType- the GPS detection type id
-
getIntervention
Returns the intervention id.- Returns:
- the intervention id
-
setIntervention
Sets the intervention id.- Parameters:
intervention- the intervention id
-
getDetectionDate
Returns the GPS detection date.- Returns:
- the GPS detection date
-
setDetectionDate
Sets the GPS detection date.- Parameters:
detectionDate- the GPS detection date
-