public class BusRoutePath extends Object implements Serializable
Constructor and Description |
---|
BusRoutePath() |
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 BusRoutePath()
public void setTransparency(String transparency)
public String getTransparency()
public void setLineWidth(String lineWidth)
public String getLineWidth()
public void setLatLongs(List<Double> latLongs)
public List<Double> getLatLongs()
Copyright © 2011–2014 The Kuali Foundation. All rights reserved.