Class DTOResourcePositionFilter

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

public class DTOResourcePositionFilter extends DynO
DTO for filter resource GPS position.
Since:
22.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOResourcePositionFilter

      public DTOResourcePositionFilter()
  • Method Details

    • getId

      public final Collection<Long> getId()
      Gets the id.
      Returns:
      the id
    • setId

      public final void setId(Collection<Long> id)
      Sets the id.
      Parameters:
      id - the new id
    • getInsertDate

      public final ZonedDateTimeRange getInsertDate()
      Gets the insert date.
      Returns:
      the insert date
    • setInsertDate

      public final void setInsertDate(ZonedDateTimeRange insertDate)
      Sets the insert date.
      Parameters:
      insertDate - the new insert date
    • getResourceId

      public final Collection<Long> getResourceId()
      Gets the resource id.
      Returns:
      the resource id
    • getResource

      public final Collection<Long> getResource()
      Gets the resource.
      Returns:
      the resource
    • setResourceId

      public final void setResourceId(Collection<Long> resourceId)
      Sets the resource id.
      Parameters:
      resourceId - the new resource id
    • getxCoordinate

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

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

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

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

      public final Collection<Long> getDetectionTypeId()
      Gets the detection type id.
      Returns:
      the detection type id
    • getDetectionType

      public final Collection<Long> getDetectionType()
      Gets the detection type.
      Returns:
      the detection type
    • setDetectionTypeId

      public final void setDetectionTypeId(Collection<Long> detectionTypeId)
      Sets the detection type id.
      Parameters:
      detectionTypeId - the new detection type id
    • getInterventionId

      public final Collection<Long> getInterventionId()
      Gets the intervention id.
      Returns:
      the intervention id
    • getIntervention

      public final Collection<Long> getIntervention()
      Gets the intervention.
      Returns:
      the intervention
    • setInterventionId

      public final void setInterventionId(Collection<Long> interventionId)
      Sets the intervention id.
      Parameters:
      interventionId - the new intervention id
    • getDetectionDate

      public final ZonedDateTimeRange getDetectionDate()
      Gets the detection date.
      Returns:
      the detection date
    • setDetectionDate

      public final void setDetectionDate(ZonedDateTimeRange detectionDate)
      Sets the detection date.
      Parameters:
      detectionDate - the new detection date