org.onebusaway.api.model.transit.blocks
Class BlockV2Bean

java.lang.Object
  extended by org.onebusaway.api.model.transit.blocks.BlockV2Bean

public class BlockV2Bean
extends Object


Constructor Summary
BlockV2Bean()
           
 
Method Summary
 List<BlockConfigurationV2Bean> getConfigurations()
           
 String getId()
           
 void setConfigurations(List<BlockConfigurationV2Bean> configurations)
           
 void setId(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockV2Bean

public BlockV2Bean()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getConfigurations

public List<BlockConfigurationV2Bean> getConfigurations()

setConfigurations

public void setConfigurations(List<BlockConfigurationV2Bean> configurations)


Copyright © 2012 OneBusAway. All Rights Reserved.