Class SchedulingResourcePosition

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.schedule.schedulingresource.position.SchedulingResourcePosition
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class SchedulingResourcePosition extends DynO
See Also:
  • Constructor Details

    • SchedulingResourcePosition

      public SchedulingResourcePosition()
  • Method Details

    • getId

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

      public void setId(Long id)
      Sets the scheduling resource id.
      Parameters:
      id - the resource id
    • getName

      public String getName()
      Returns the scheduling resource name.
      Returns:
      the resource name
    • setName

      public void setName(String name)
      Sets the scheduling resource name.
      Parameters:
      name - the surname
    • getSurname

      public String getSurname()
      Returns the scheduling resource surname.
      Returns:
      the resource surname
    • setSurname

      public void setSurname(String surname)
      Sets the scheduling resource surname.
      Parameters:
      surname - the surname
    • getColor

      public String getColor()
      Returns the scheduling resource color.
      Returns:
      the resource color
    • setColor

      public void setColor(String color)
      Sets the scheduling resource color.
      Parameters:
      color - the color
    • getxCoord

      public Double getxCoord()
      Returns the scheduling resource x coord.
      Returns:
      the x coord
    • setxCoord

      public void setxCoord(Double xCoord)
      Sets the scheduling resource x coord.
      Parameters:
      xCoord - the x coord
    • getyCoord

      public Double getyCoord()
      Returns the scheduling resource y coord.
      Returns:
      the y coord
    • setyCoord

      public void setyCoord(Double yCoord)
      Sets the scheduling resource y coord.
      Parameters:
      yCoord - the y coord
    • getDetectionDate

      public Date getDetectionDate()
      Returns the detection date of the position
      Returns:
      the detection date of the position
    • setDetectionDate

      public void setDetectionDate(Date detectionDate)
      Sets the scheduling resource detection date.
      Parameters:
      detectionDate - the detection date
    • getPictureUuid

      public String getPictureUuid()
      Returns the picture uuid
      Returns:
      the picture uuid
    • setPictureUuid

      public void setPictureUuid(String pictureUuid)
      Sets the scheduling resource picture uuid.
      Parameters:
      pictureUuid - the picture uuid
    • getOverlapping

      public Boolean getOverlapping()
    • setOverlapping

      public void setOverlapping(Boolean overlapping)