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

public class TimedGPSPosition extends DynO
Business object representing a timed GPS position response from external API.
Since:
22.0
See Also:
GCApi:
bo
  • Constructor Details

    • TimedGPSPosition

      public TimedGPSPosition()
  • Method Details

    • getResource

      public Long getResource()
      Returns the resource id.
      Returns:
      the resource id
    • setResource

      public void setResource(Long resource)
      Sets the resource id.
      Parameters:
      resource - the resource id
    • getxCoordinate

      public Double getxCoordinate()
      Returns the x coordinate.
      Returns:
      the x coordinate
    • setxCoordinate

      public void setxCoordinate(Double xCoordinate)
      Sets the x coordinate.
      Parameters:
      xCoordinate - the x coordinate
    • getyCoordinate

      public Double getyCoordinate()
      Returns the y coordinate.
      Returns:
      the y coordinate
    • setyCoordinate

      public void setyCoordinate(Double yCoordinate)
      Sets the y coordinate.
      Parameters:
      yCoordinate - the y coordinate
    • getDetectionDate

      public Date getDetectionDate()
      Returns the detection date.
      Returns:
      the detection date
    • setDetectionDate

      public void setDetectionDate(Date detectionDate)
      Sets the detection date.
      Parameters:
      detectionDate - the detection date
    • getAccuracy

      public Double getAccuracy()
      Returns the accuracy.
      Returns:
      the accuracy
    • setAccuracy

      public void setAccuracy(Double accuracy)
      Sets the accuracy.
      Parameters:
      accuracy - the accuracy
    • getCreationDate

      public Date getCreationDate()
      Returns the creation date.
      Returns:
      the creation date
    • setCreationDate

      public void setCreationDate(Date creationDate)
      Sets the creation date.
      Parameters:
      creationDate - the creation date
    • getSendDate

      public Date getSendDate()
      Returns the send date.
      Returns:
      the send date
    • setSendDate

      public void setSendDate(Date sendDate)
      Sets the send date.
      Parameters:
      sendDate - the send date
    • getDeviceKey

      public String getDeviceKey()
      Returns the device key.
      Returns:
      the device key
    • setDeviceKey

      public void setDeviceKey(String deviceKey)
      Sets the device key.
      Parameters:
      deviceKey - the device key