public class WSVehicleStatus
extends java.lang.Object
Constructor and Description |
---|
WSVehicleStatus(at.finkzeit.zsw.server.persistence.model.Status s,
at.finkzeit.zsw.server.persistence.model.Person p) |
Modifier and Type | Method and Description |
---|---|
WSPerson |
getDriver() |
int |
getGsmLevel() |
WSTimestamp |
getLastCommTS() |
WSWaypoint |
getLastWaypoint() |
WSTimestamp |
getMovingTS() |
int |
getSymbolID() |
int |
getTerminalID() |
double |
getVBatt() |
long |
getVehicleDBID() |
java.lang.String |
getVehicleName() |
boolean |
isGpsFix() |
boolean |
isMoving() |
boolean |
isPrivateMode() |
public WSVehicleStatus(at.finkzeit.zsw.server.persistence.model.Status s, at.finkzeit.zsw.server.persistence.model.Person p)
public long getVehicleDBID()
public int getSymbolID()
public int getTerminalID()
public java.lang.String getVehicleName()
public WSWaypoint getLastWaypoint()
public WSPerson getDriver()
public WSTimestamp getMovingTS()
public boolean isMoving()
public WSTimestamp getLastCommTS()
public boolean isPrivateMode()
public boolean isGpsFix()
public double getVBatt()
public int getGsmLevel()