Class TripsForBoundsQueryBean
- java.lang.Object
-
- org.onebusaway.transit_data.model.trips.AbstractTripsQueryBean
-
- org.onebusaway.transit_data.model.trips.TripsForBoundsQueryBean
-
- All Implemented Interfaces:
Serializable
public final class TripsForBoundsQueryBean extends AbstractTripsQueryBean
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TripsForBoundsQueryBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoordinateBounds
getBounds()
void
setBounds(CoordinateBounds bounds)
-
Methods inherited from class org.onebusaway.transit_data.model.trips.AbstractTripsQueryBean
getInclusion, getMaxCount, getTime, setInclusion, setMaxCount, setTime
-
-
-
-
Method Detail
-
getBounds
public CoordinateBounds getBounds()
-
setBounds
public void setBounds(CoordinateBounds bounds)
-
-