public class DriverImpl extends Object implements Driver
| Modifier and Type | Class and Description |
|---|---|
static class |
DriverImpl.NoDriver |
| Modifier and Type | Method and Description |
|---|---|
double |
getEarliestStart() |
String |
getHomeLocation() |
String |
getId() |
double |
getLatestEnd() |
static DriverImpl.NoDriver |
noDriver() |
void |
setEarliestStart(double earliestStart) |
void |
setHomeLocation(String locationId) |
void |
setLatestEnd(double latestEnd) |
public static DriverImpl.NoDriver noDriver()
public double getEarliestStart()
public void setEarliestStart(double earliestStart)
public double getLatestEnd()
public void setLatestEnd(double latestEnd)
public void setHomeLocation(String locationId)
public String getHomeLocation()
Copyright © 2013–2016. All rights reserved.