Class FrequencyBean
- java.lang.Object
-
- org.onebusaway.transit_data.model.schedule.FrequencyBean
-
- All Implemented Interfaces:
Serializable
public final class FrequencyBean extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FrequencyBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getEndTime()
int
getExactTimes()
int
getHeadway()
long
getStartTime()
void
setEndTime(long endTime)
void
setExactTimes(int exact_times)
void
setHeadway(int headway)
void
setStartTime(long startTime)
-
-
-
Method Detail
-
getStartTime
public long getStartTime()
-
setStartTime
public void setStartTime(long startTime)
-
getEndTime
public long getEndTime()
-
setEndTime
public void setEndTime(long endTime)
-
getHeadway
public int getHeadway()
-
setHeadway
public void setHeadway(int headway)
-
getExactTimes
public int getExactTimes()
-
setExactTimes
public void setExactTimes(int exact_times)
-
-