Package org.onebusaway.gtfs.model
Interface BlockProxy
-
public interface BlockProxy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetBlockRoute()intgetBlockRun()intgetBlockSequence()intgetBlockVairable()IntegergetId()voidsetBlockRoute(int blockRoute)voidsetBlockRun(int blockRun)voidsetBlockSequence(int blockSequence)voidsetBlockVariable(int blockVariable)voidsetId(Integer id)
-
-
-
Method Detail
-
getId
Integer getId()
-
setId
void setId(Integer id)
-
getBlockSequence
int getBlockSequence()
-
setBlockSequence
void setBlockSequence(int blockSequence)
-
getBlockVairable
int getBlockVairable()
-
setBlockVariable
void setBlockVariable(int blockVariable)
-
getBlockRoute
int getBlockRoute()
-
setBlockRoute
void setBlockRoute(int blockRoute)
-
getBlockRun
int getBlockRun()
-
setBlockRun
void setBlockRun(int blockRun)
-
-