Class ActivityTravelData
java.lang.Object
overit.geocallapp.wfm.orchestrator.scheduling.bl.schedulingteam.ActivityTravelData
- All Implemented Interfaces:
Serializable
Object that contains informations for schedule the new activity to a resource that works in a team.
- Since:
- 18.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.locationtech.jts.geom.Coordinateorg.locationtech.jts.geom.CoordinatevoidsetDislocation(Long dislocation) voidsetEndCoordinate(org.locationtech.jts.geom.Coordinate endCoordinate) voidsetExpectedArrivalDate(Date expectedArrivalDate) voidsetStartCoordinate(org.locationtech.jts.geom.Coordinate startCoordinate) voidsetTeamExpectedArrivalDate(Date teamExpectedArrivalDate) voidsetTransferTime(Long transferTime) toString()
-
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
- Returns:
- the dislocation
-
setDislocation
- Parameters:
dislocation- the dislocation to set
-
getTransferTime
- Returns:
- the transferTime
-
setTransferTime
- Parameters:
transferTime- the transferTime to set
-
getExpectedArrivalDate
- Returns:
- the expectedArrivalDate
-
setExpectedArrivalDate
- Parameters:
expectedArrivalDate- the expectedArrivalDate to set
-
getTeamExpectedArrivalDate
- Returns:
- the teamExpectedArrivalDate
-
setTeamExpectedArrivalDate
- Parameters:
teamExpectedArrivalDate- the teamExpectedArrivalDate to set
-
toString
-