public class WSTrip
extends java.lang.Object
Constructor and Description |
---|
WSTrip(at.finkzeit.zsw.server.persistence.model.Trip t) |
Modifier and Type | Method and Description |
---|---|
int |
getDistance() |
WSPerson |
getDriver() |
long |
getID() |
java.lang.String |
getReason() |
WSPosition |
getStart() |
WSPosition |
getStop() |
WSVehicle |
getVehicle() |
public long getID()
public WSPosition getStart()
public WSPosition getStop()
public int getDistance()
public WSVehicle getVehicle()
public WSPerson getDriver()
public java.lang.String getReason()