public class BusRoutePathImpl extends Object implements Serializable, BusRoutePath
| Constructor and Description |
|---|
BusRoutePathImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColor() |
String |
getId() |
List<Double> |
getLatLongs() |
String |
getLineWidth() |
String |
getTransparency() |
void |
setColor(String color) |
void |
setId(String id) |
void |
setLatLongs(List<Double> latLongs) |
void |
setLineWidth(String lineWidth) |
void |
setTransparency(String transparency) |
public BusRoutePathImpl()
public void setId(String id)
setId in interface BusRoutePathpublic String getId()
getId in interface BusRoutePathpublic void setColor(String color)
setColor in interface BusRoutePathpublic String getColor()
getColor in interface BusRoutePathpublic void setTransparency(String transparency)
setTransparency in interface BusRoutePathpublic String getTransparency()
getTransparency in interface BusRoutePathpublic void setLineWidth(String lineWidth)
setLineWidth in interface BusRoutePathpublic String getLineWidth()
getLineWidth in interface BusRoutePathpublic void setLatLongs(List<Double> latLongs)
setLatLongs in interface BusRoutePathpublic List<Double> getLatLongs()
getLatLongs in interface BusRoutePathCopyright © 2011-2013 The Kuali Foundation. All Rights Reserved.