org.onebusaway.transit_data.model.blocks
Class BlockBean

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

public final class BlockBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
BlockBean()
           
 
Method Summary
 List<BlockConfigurationBean> getConfigurations()
           
 String getId()
           
 void setConfigurations(List<BlockConfigurationBean> 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

BlockBean

public BlockBean()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getConfigurations

public List<BlockConfigurationBean> getConfigurations()

setConfigurations

public void setConfigurations(List<BlockConfigurationBean> configurations)


Copyright © 2012 OneBusAway. All Rights Reserved.