org.onebusaway.transit_data.model.service_alerts
Class TimeRangeBean
java.lang.Object
org.onebusaway.transit_data.model.service_alerts.TimeRangeBean
- All Implemented Interfaces:
- Serializable
public class TimeRangeBean
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeRangeBean
public TimeRangeBean()
TimeRangeBean
public TimeRangeBean(long from,
long to)
getFrom
public long getFrom()
- Returns:
- the from time, or zero if not set
setFrom
public void setFrom(long from)
getTo
public long getTo()
- Returns:
- the to time, or zero if not set
setTo
public void setTo(long to)
Copyright © 2012 OneBusAway. All Rights Reserved.