org.onebusaway.transit_data.model.blocks
Class BlockConfigurationBean

java.lang.Object
  extended by org.onebusaway.transit_data.model.blocks.BlockConfigurationBean
All Implemented Interfaces:
Serializable

public final class BlockConfigurationBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
BlockConfigurationBean()
           
 
Method Summary
 List<String> getActiveServiceIds()
           
 String getBlockId()
           
 List<String> getInactiveServiceIds()
           
 String getTimeZone()
           
 List<BlockTripBean> getTrips()
           
 void setActiveServiceIds(List<String> activeServiceIds)
           
 void setBlockId(String blockId)
           
 void setInactiveServiceIds(List<String> inactiveServiceIds)
           
 void setTimeZone(String timeZone)
           
 void setTrips(List<BlockTripBean> trips)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockConfigurationBean

public BlockConfigurationBean()
Method Detail

getBlockId

public String getBlockId()

setBlockId

public void setBlockId(String blockId)

getActiveServiceIds

public List<String> getActiveServiceIds()

setActiveServiceIds

public void setActiveServiceIds(List<String> activeServiceIds)

getInactiveServiceIds

public List<String> getInactiveServiceIds()

setInactiveServiceIds

public void setInactiveServiceIds(List<String> inactiveServiceIds)

getTrips

public List<BlockTripBean> getTrips()

setTrips

public void setTrips(List<BlockTripBean> trips)

getTimeZone

public String getTimeZone()

setTimeZone

public void setTimeZone(String timeZone)


Copyright © 2012 OneBusAway. All Rights Reserved.