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

public class BOResourceLastGPSPosition extends DynO
Business Object representing resource last GPS position.
Since:
22.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOResourceLastGPSPosition

      public BOResourceLastGPSPosition()
  • Method Details

    • getId

      public Long getId()
      Returns the resource last GPS position id.
      Returns:
      the resource last GPS position id
    • setId

      public void setId(Long id)
      Sets the resource last GPS position id.
      Parameters:
      id - the resource last GPS position id
    • 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 (longitude).
      Returns:
      the x coordinate
    • setxCoordinate

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

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

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

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

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

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

      public void setAccuracy(Double accuracy)
      Sets the GPS accuracy.
      Parameters:
      accuracy - the GPS accuracy
    • 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