org.onebusaway.transit_data.model.blocks
Class BlockInstanceBean

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

public class BlockInstanceBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
BlockInstanceBean()
           
 
Method Summary
 BlockConfigurationBean getBlockConfiguration()
           
 String getBlockId()
           
 long getServiceDate()
           
 void setBlockConfiguration(BlockConfigurationBean blockConfiguration)
           
 void setBlockId(String blockId)
           
 void setServiceDate(long serviceDate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockInstanceBean

public BlockInstanceBean()
Method Detail

getBlockId

public String getBlockId()

setBlockId

public void setBlockId(String blockId)

getBlockConfiguration

public BlockConfigurationBean getBlockConfiguration()

setBlockConfiguration

public void setBlockConfiguration(BlockConfigurationBean blockConfiguration)

getServiceDate

public long getServiceDate()

setServiceDate

public void setServiceDate(long serviceDate)


Copyright © 2012 OneBusAway. All Rights Reserved.