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

public class BOResourceGPSPosition extends DynO
Business object representing a resource gps position
Since:
13.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOResourceGPSPosition

      public BOResourceGPSPosition()
  • Method Details

    • getId

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

      public void setId(Long id)
      Sets the resource GPS position id.
      Parameters:
      id - the resource GPS position id
    • getInsertDate

      public Date getInsertDate()
      Returns the insert date.
      Returns:
      the insert date
    • setInsertDate

      public void setInsertDate(Date insertDate)
      Sets the insert date.
      Parameters:
      insertDate - the insert date
    • 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 xCoordinate)
      Sets the x coordinate (longitude).
      Parameters:
      xCoordinate - the x coordinate
    • getyCoordinate

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

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

      public Long getDetectionType()
      Returns the GPS detection type id.
      Returns:
      the GPS detection type id
    • setDetectionType

      public void setDetectionType(Long detectionType)
      Sets the GPS detection type id.
      Parameters:
      detectionType - the GPS detection type id
    • getIntervention

      public Long getIntervention()
      Returns the intervention id.
      Returns:
      the intervention id
    • setIntervention

      public void setIntervention(Long intervention)
      Sets the intervention id.
      Parameters:
      intervention - the intervention id
    • 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