java.lang.Object
overit.geocallapp.wfm.orchestrator.scheduling.bl.schedulingteam.ActivityTravelData
All Implemented Interfaces:
Serializable

public class ActivityTravelData extends Object implements Serializable
Object that contains informations for schedule the new activity to a resource that works in a team.
Since:
18.0
See Also:
  • Constructor Details

    • ActivityTravelData

      public ActivityTravelData()
  • Method Details

    • getStartCoordinate

      public org.locationtech.jts.geom.Coordinate getStartCoordinate()
      Returns:
      the startCoordinate
    • setStartCoordinate

      public void setStartCoordinate(org.locationtech.jts.geom.Coordinate startCoordinate)
      Parameters:
      startCoordinate - the startCoordinate to set
    • getEndCoordinate

      public org.locationtech.jts.geom.Coordinate getEndCoordinate()
      Returns:
      the endCoordinate
    • setEndCoordinate

      public void setEndCoordinate(org.locationtech.jts.geom.Coordinate endCoordinate)
      Parameters:
      endCoordinate - the endCoordinate to set
    • getDislocation

      public Long getDislocation()
      Returns:
      the dislocation
    • setDislocation

      public void setDislocation(Long dislocation)
      Parameters:
      dislocation - the dislocation to set
    • getTransferTime

      public Long getTransferTime()
      Returns:
      the transferTime
    • setTransferTime

      public void setTransferTime(Long transferTime)
      Parameters:
      transferTime - the transferTime to set
    • getExpectedArrivalDate

      public Date getExpectedArrivalDate()
      Returns:
      the expectedArrivalDate
    • setExpectedArrivalDate

      public void setExpectedArrivalDate(Date expectedArrivalDate)
      Parameters:
      expectedArrivalDate - the expectedArrivalDate to set
    • getTeamExpectedArrivalDate

      public Date getTeamExpectedArrivalDate()
      Returns:
      the teamExpectedArrivalDate
    • setTeamExpectedArrivalDate

      public void setTeamExpectedArrivalDate(Date teamExpectedArrivalDate)
      Parameters:
      teamExpectedArrivalDate - the teamExpectedArrivalDate to set
    • toString

      public String toString()
      Overrides:
      toString in class Object