Package common
Class ScheduleItem
- java.lang.Object
-
- common.ScheduleItem
-
public class ScheduleItem extends java.lang.ObjectRepresents one line in the schedule of a transit vehicle.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringdeparture_timeprivate java.lang.Stringline_nameprivate java.lang.LongnextStop_id
-
Constructor Summary
Constructors Constructor Description ScheduleItem(java.lang.String line_name, java.lang.String departure_time, java.lang.Long nextStop_id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDeparture_time()java.lang.StringgetLine_name()java.lang.LonggetNextStop_id()voidsetNextStop_id(java.lang.Long nextStop_id)
-