org.onebusaway.gtfs_transformer.services
Class TransformContext

java.lang.Object
  extended by org.onebusaway.gtfs_transformer.services.TransformContext

public class TransformContext
extends java.lang.Object


Constructor Summary
TransformContext()
           
 
Method Summary
 java.lang.String getDefaultAgencyId()
           
 MetroKCDao getMetroKCDao()
           
 void setDefaultAgencyId(java.lang.String agencyId)
           
 void setMetroKCDao(MetroKCDao metroKCDao)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransformContext

public TransformContext()
Method Detail

setDefaultAgencyId

public void setDefaultAgencyId(java.lang.String agencyId)

getDefaultAgencyId

public java.lang.String getDefaultAgencyId()

setMetroKCDao

public void setMetroKCDao(MetroKCDao metroKCDao)

getMetroKCDao

public MetroKCDao getMetroKCDao()


Copyright © 2010 OneBusAway. All Rights Reserved.