Package org.onebusaway.gtfs.model
Interface BlockProxy
public interface BlockProxy
-
Method Summary
Modifier and TypeMethodDescriptionintintintintgetId()voidsetBlockRoute(int blockRoute) voidsetBlockRun(int blockRun) voidsetBlockSequence(int blockSequence) voidsetBlockVariable(int blockVariable) void
-
Method Details
-
getId
Integer getId() -
setId
-
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)
-