org.onebusaway.gtfs.model
Class FareRule

java.lang.Object
  extended by org.onebusaway.gtfs.model.IdentityBean<java.lang.Integer>
      extended by org.onebusaway.gtfs.model.FareRule
All Implemented Interfaces:
java.io.Serializable

public final class FareRule
extends IdentityBean<java.lang.Integer>

See Also:
Serialized Form

Constructor Summary
FareRule()
           
FareRule(FareRule fr)
           
 
Method Summary
 java.lang.String getContainsId()
           
 java.lang.String getDestinationId()
           
 FareAttribute getFare()
           
 java.lang.Integer getId()
           
 java.lang.String getOriginId()
           
 Route getRoute()
           
 void setContainsId(java.lang.String containsId)
           
 void setDestinationId(java.lang.String destinationId)
           
 void setFare(FareAttribute fare)
           
 void setId(java.lang.Integer id)
           
 void setOriginId(java.lang.String originId)
           
 void setRoute(Route route)
           
 java.lang.String toString()
           
 
Methods inherited from class org.onebusaway.gtfs.model.IdentityBean
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FareRule

public FareRule()

FareRule

public FareRule(FareRule fr)
Method Detail

getId

public java.lang.Integer getId()
Specified by:
getId in class IdentityBean<java.lang.Integer>

setId

public void setId(java.lang.Integer id)
Specified by:
setId in class IdentityBean<java.lang.Integer>

getFare

public FareAttribute getFare()

setFare

public void setFare(FareAttribute fare)

getRoute

public Route getRoute()

setRoute

public void setRoute(Route route)

getOriginId

public java.lang.String getOriginId()

setOriginId

public void setOriginId(java.lang.String originId)

getDestinationId

public java.lang.String getDestinationId()

setDestinationId

public void setDestinationId(java.lang.String destinationId)

getContainsId

public java.lang.String getContainsId()

setContainsId

public void setContainsId(java.lang.String containsId)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2011 OneBusAway. All Rights Reserved.