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 BusStop
public void setLatitude(String latitude)
setLatitude
in interface BusStop
latitude
- the latitude to setpublic String getLongitude()
getLongitude
in interface BusStop
public void setLongitude(String longitude)
setLongitude
in interface BusStop
longitude
- the longitude to setpublic List<ScheduledStopImpl> getSchedule()
getSchedule
in interface BusStop
public void setSchedule(List<? extends ScheduledStop> newSchedule)
setSchedule
in interface BusStop
schedule
- the schedule to setpublic void addSchedule(ScheduledStop newSchedule)
addSchedule
in interface BusStop
public double getDistance()
getDistance
in interface BusStop
public void setDistance(double distance)
setDistance
in interface BusStop
distance
- the distance to setCopyright © 2011-2013 The Kuali Foundation. All Rights Reserved.