Class TimedGPSPositionSearchFilter

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.gpstracking.bl.position.event.TimedGPSPositionSearchFilter
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class TimedGPSPositionSearchFilter extends DynO
Business object representing a search filter for the TimedGPSPosition.
Since:
22.0
See Also:
GCApi:
bo
  • Constructor Details

    • TimedGPSPositionSearchFilter

      public TimedGPSPositionSearchFilter()
  • Method Details

    • getDetectionDate

      public DateTimeRange getDetectionDate()
      Returns the detection date range that was set as filter.
      Returns:
      the detection date range
    • setDetectionDate

      public void setDetectionDate(DateTimeRange detectionDate)
      Sets the detection date range as filter.
      Parameters:
      detectionDate - the detection date range
    • getResource

      public Long getResource()
      Returns the resource id that was set as filter.
      Returns:
      the resource id
    • setResource

      public void setResource(Long resource)
      Sets the resource id as filter.
      Parameters:
      resource - the resource id
    • getSendDate

      public DateTimeRange getSendDate()
      Returns the send date range that was set as filter.
      Returns:
      the send date range
    • setSendDate

      public void setSendDate(DateTimeRange sendDate)
      Sets the send date range as filter.
      Parameters:
      sendDate - the send date range
    • getDeviceKey

      public String getDeviceKey()
      Returns the device key that was set as filter.
      Returns:
      the device key
    • setDeviceKey

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