public class BusStopImpl extends Object implements BusStop, Serializable
| Constructor and Description |
|---|
BusStopImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSchedule(ScheduledStop newSchedule) |
boolean |
equals(Object o) |
double |
getDistance() |
long |
getId() |
String |
getLatitude() |
String |
getLongitude() |
String |
getName() |
List<ScheduledStopImpl> |
getSchedule() |
int |
hashCode() |
void |
setDistance(double distance) |
void |
setId(long id) |
void |
setLatitude(String latitude) |
void |
setLongitude(String longitude) |
void |
setName(String name) |
void |
setSchedule(List<? extends ScheduledStop> newSchedule) |
public BusStopImpl()
public void setId(long id)
public String getLatitude()
getLatitude in interface BusStoppublic void setLatitude(String latitude)
setLatitude in interface BusStoplatitude - the latitude to setpublic String getLongitude()
getLongitude in interface BusStoppublic void setLongitude(String longitude)
setLongitude in interface BusStoplongitude - the longitude to setpublic List<ScheduledStopImpl> getSchedule()
getSchedule in interface BusStoppublic void setSchedule(List<? extends ScheduledStop> newSchedule)
setSchedule in interface BusStopschedule - the schedule to setpublic void addSchedule(ScheduledStop newSchedule)
addSchedule in interface BusStoppublic double getDistance()
getDistance in interface BusStoppublic void setDistance(double distance)
setDistance in interface BusStopdistance - the distance to setCopyright © 2011-2013 The Kuali Foundation. All Rights Reserved.