Package org.onebusaway.gtfs.model
Class Block
- java.lang.Object
-
- org.onebusaway.gtfs.model.IdentityBean<Integer>
-
- org.onebusaway.gtfs.model.Block
-
- All Implemented Interfaces:
Serializable,org.onebusaway.csv_entities.HasExtensions
public final class Block extends IdentityBean<Integer>
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBlockRoute()intgetBlockRun()intgetBlockSequence()intgetBlockVariable()IntegergetId()voidsetBlockRoute(int blockRoute)voidsetBlockRun(int blockRun)voidsetBlockSequence(int blockSequence)voidsetBlockVariable(int blockVariable)voidsetId(Integer id)-
Methods inherited from class org.onebusaway.gtfs.model.IdentityBean
equals, getExtension, hashCode, putExtension
-
-
-
-
Constructor Detail
-
Block
public Block()
-
Block
public Block(Block b)
-
-
Method Detail
-
getId
public Integer getId()
- Specified by:
getIdin classIdentityBean<Integer>
-
setId
public void setId(Integer id)
- Specified by:
setIdin classIdentityBean<Integer>
-
getBlockSequence
public int getBlockSequence()
-
setBlockSequence
public void setBlockSequence(int blockSequence)
-
getBlockVariable
public int getBlockVariable()
-
setBlockVariable
public void setBlockVariable(int blockVariable)
-
getBlockRoute
public int getBlockRoute()
-
setBlockRoute
public void setBlockRoute(int blockRoute)
-
getBlockRun
public int getBlockRun()
-
setBlockRun
public void setBlockRun(int blockRun)
-
-