public class StationInfo extends Object implements Serializable
| Constructor and Description |
|---|
StationInfo()
Creates a new StationInfo object.
|
StationInfo(boolean stationLine,
boolean fromStation,
String routeTable,
int lineId,
String routePropertyName)
Creates a new StationInfo object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLineId()
DOCUMENT ME!
|
String |
getRoutePropertyName()
DOCUMENT ME!
|
String |
getRouteTable()
DOCUMENT ME!
|
boolean |
isFromStation()
DOCUMENT ME!
|
boolean |
isStationLine()
DOCUMENT ME!
|
void |
setFromStation(boolean fromStation)
DOCUMENT ME!
|
void |
setLineId(int lineId)
DOCUMENT ME!
|
void |
setRoutePropertyName(String routePropertyName)
DOCUMENT ME!
|
void |
setRouteTable(String routeTable)
DOCUMENT ME!
|
void |
setStationLine(boolean stationLine)
DOCUMENT ME!
|
public StationInfo()
public StationInfo(boolean stationLine,
boolean fromStation,
String routeTable,
int lineId,
String routePropertyName)
stationLine - DOCUMENT ME!fromStation - DOCUMENT ME!routeTable - DOCUMENT ME!lineId - DOCUMENT ME!routePropertyName - DOCUMENT ME!public boolean isStationLine()
public void setStationLine(boolean stationLine)
stationLine - the stationLine to setpublic String getRouteTable()
public void setRouteTable(String routeTable)
routeTable - the routeTable to setpublic int getLineId()
public void setLineId(int lineId)
lineId - the lineId to setpublic boolean isFromStation()
public void setFromStation(boolean fromStation)
fromStation - the fromStation to setpublic String getRoutePropertyName()
public void setRoutePropertyName(String routePropertyName)
routePropertyName - the routePropertyName to setCopyright © 2012–2026 cismet GmbH. All rights reserved.