Package org.onebusaway.gtfs.model
Class Block
- All Implemented Interfaces:
Serializable,HasExtensions
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintintgetId()voidsetBlockRoute(int blockRoute) voidsetBlockRun(int blockRun) voidsetBlockSequence(int blockSequence) voidsetBlockVariable(int blockVariable) voidMethods inherited from class org.onebusaway.gtfs.model.IdentityBean
equals, getExtension, hashCode, putExtension
-
Constructor Details
-
Block
public Block() -
Block
-
-
Method Details
-
getId
- Specified by:
getIdin classIdentityBean<Integer>
-
setId
- 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)
-