Class DTOResourcePosition

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

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

    • DTOResourcePosition

      public DTOResourcePosition()
  • Method Details

    • getId

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

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

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

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

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

      public final void setResource(Long resource)
      Sets the resource.
      Parameters:
      resource - the new resource
    • 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
    • getDetectionType

      public final Long getDetectionType()
      Gets the detection type.
      Returns:
      the detection type
    • setDetectionType

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

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

      public final void setIntervention(Long intervention)
      Sets the intervention.
      Parameters:
      intervention - the new intervention
    • getDetectionDate

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

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