org.onebusaway.api.model.transit
Class RouteV2Bean
java.lang.Object
org.onebusaway.api.model.transit.RouteV2Bean
- All Implemented Interfaces:
- Serializable, HasId
public final class RouteV2Bean
- extends Object
- implements Serializable, HasId
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RouteV2Bean
public RouteV2Bean()
getId
public String getId()
- Specified by:
getId
in interface HasId
setId
public void setId(String id)
getShortName
public String getShortName()
setShortName
public void setShortName(String shortName)
getLongName
public String getLongName()
setLongName
public void setLongName(String longName)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getType
public int getType()
setType
public void setType(int type)
getUrl
public String getUrl()
setUrl
public void setUrl(String url)
getColor
public String getColor()
setColor
public void setColor(String color)
getTextColor
public String getTextColor()
setTextColor
public void setTextColor(String textColor)
getAgencyId
public String getAgencyId()
setAgencyId
public void setAgencyId(String agencyId)
Copyright © 2012 OneBusAway. All Rights Reserved.