org.onebusaway.transit_data.model.problems
Class StopProblemReportSummaryBean
java.lang.Object
org.onebusaway.transit_data.model.problems.StopProblemReportSummaryBean
- All Implemented Interfaces:
- Serializable, Comparable<StopProblemReportSummaryBean>
public class StopProblemReportSummaryBean
- extends Object
- implements Comparable<StopProblemReportSummaryBean>, Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StopProblemReportSummaryBean
public StopProblemReportSummaryBean()
getStop
public StopBean getStop()
setStop
public void setStop(StopBean stop)
getStatus
public EProblemReportStatus getStatus()
setStatus
public void setStatus(EProblemReportStatus status)
getCount
public int getCount()
setCount
public void setCount(int count)
compareTo
public int compareTo(StopProblemReportSummaryBean o)
Comparable
Interface
- Specified by:
compareTo
in interface Comparable<StopProblemReportSummaryBean>
Copyright © 2012 OneBusAway. All Rights Reserved.