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 BusRoutePath
public String getId()
getId
in interface BusRoutePath
public void setColor(String color)
setColor
in interface BusRoutePath
public String getColor()
getColor
in interface BusRoutePath
public void setTransparency(String transparency)
setTransparency
in interface BusRoutePath
public String getTransparency()
getTransparency
in interface BusRoutePath
public void setLineWidth(String lineWidth)
setLineWidth
in interface BusRoutePath
public String getLineWidth()
getLineWidth
in interface BusRoutePath
public void setLatLongs(List<Double> latLongs)
setLatLongs
in interface BusRoutePath
public List<Double> getLatLongs()
getLatLongs
in interface BusRoutePath
Copyright © 2011-2014 The Kuali Foundation. All Rights Reserved.