org.onebusaway.transit_data.model
public class ServicePatternBean extends ApplicationBean
Constructor and Description |
---|
ServicePatternBean() |
Modifier and Type | Method and Description |
---|---|
int |
getChangeDate() |
String |
getGeneralDestination() |
int |
getId() |
String |
getSpecificDestination() |
boolean |
isExpress() |
void |
setChangeDate(int id) |
void |
setExpress(boolean isExpress) |
void |
setGeneralDestination(String generalDestination) |
void |
setId(int id) |
void |
setSpecificDestination(String specificDestination) |
public int getId()
public void setId(int id)
public void setChangeDate(int id)
public int getChangeDate()
public String getGeneralDestination()
public void setGeneralDestination(String generalDestination)
public String getSpecificDestination()
public void setSpecificDestination(String specificDestination)
public boolean isExpress()
public void setExpress(boolean isExpress)
Copyright © 2014 OneBusAway. All Rights Reserved.