public class Stop extends Entity
| Modifier and Type | Class and Description |
|---|---|
static class |
Stop.Loader |
static class |
Stop.Writer |
| Modifier and Type | Field and Description |
|---|---|
String |
feed_id |
int |
location_type |
String |
parent_station |
String |
stop_code |
String |
stop_desc |
String |
stop_id |
double |
stop_lat |
double |
stop_lon |
String |
stop_name |
String |
stop_timezone |
URL |
stop_url |
String |
wheelchair_boarding |
String |
zone_id |
DOUBLE_MISSING, id, INT_MISSING| Constructor and Description |
|---|
Stop() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
This method should be overridden by each Entity subtype to return the proper key field for that subtype.
|
void |
setStatementParameters(PreparedStatement statement,
boolean setDefaultId)
Sets the parameters for a prepared statement following the parameter order defined in
Table.STOPS. |
getSequenceNumber, human, setDoubleParameter, setIntParameterpublic String stop_id
public String stop_code
public String stop_name
public String stop_desc
public double stop_lat
public double stop_lon
public String zone_id
public URL stop_url
public int location_type
public String parent_station
public String stop_timezone
public String wheelchair_boarding
public String feed_id
public String getId()
EntitygetId in class Entitypublic void setStatementParameters(PreparedStatement statement, boolean setDefaultId) throws SQLException
Table.STOPS. JDBC prepared statement parameters use a one-based index.setStatementParameters in class EntitySQLExceptionCopyright © 2019. All rights reserved.