public class IpcStopPath
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
IpcStopPath(StopPath dbStopPath)
Member Functions
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getBreakTime() |
int |
getConfigRev() |
int |
getGtfsStopSeq() |
java.util.List<Location> |
getLocations() |
double |
getPathLength() |
java.lang.String |
getStopId() |
java.lang.String |
getStopName() |
java.lang.String |
getStopPathId() |
boolean |
isLayoverStop() |
boolean |
isScheduleAdherenceStop() |
boolean |
isWaitStop() |
java.lang.String |
toString() |
public IpcStopPath(StopPath dbStopPath)
public java.lang.String toString()
toString in class java.lang.Objectpublic int getConfigRev()
public java.lang.String getStopPathId()
public java.lang.String getStopId()
public java.lang.String getStopName()
public int getGtfsStopSeq()
public boolean isLayoverStop()
public boolean isWaitStop()
public boolean isScheduleAdherenceStop()
public java.lang.Integer getBreakTime()
public java.util.List<Location> getLocations()
public double getPathLength()