org.onebusaway.api.model.transit
Class RouteV2Bean

java.lang.Object
  extended by org.onebusaway.api.model.transit.RouteV2Bean
All Implemented Interfaces:
Serializable, HasId

public final class RouteV2Bean
extends Object
implements Serializable, HasId

See Also:
Serialized Form

Constructor Summary
RouteV2Bean()
           
 
Method Summary
 String getAgencyId()
           
 String getColor()
           
 String getDescription()
           
 String getId()
           
 String getLongName()
           
 String getShortName()
           
 String getTextColor()
           
 int getType()
           
 String getUrl()
           
 void setAgencyId(String agencyId)
           
 void setColor(String color)
           
 void setDescription(String description)
           
 void setId(String id)
           
 void setLongName(String longName)
           
 void setShortName(String shortName)
           
 void setTextColor(String textColor)
           
 void setType(int type)
           
 void setUrl(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RouteV2Bean

public RouteV2Bean()
Method Detail

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.