org.onebusaway.transit_data.model.problems
public class StopProblemReportSummaryBean extends Object implements Comparable<StopProblemReportSummaryBean>, Serializable
Constructor and Description |
---|
StopProblemReportSummaryBean() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(StopProblemReportSummaryBean o)
Comparable Interface |
int |
getCount() |
EProblemReportStatus |
getStatus() |
StopBean |
getStop() |
void |
setCount(int count) |
void |
setStatus(EProblemReportStatus status) |
void |
setStop(StopBean stop) |
public StopBean getStop()
public void setStop(StopBean stop)
public EProblemReportStatus getStatus()
public void setStatus(EProblemReportStatus status)
public int getCount()
public void setCount(int count)
public int compareTo(StopProblemReportSummaryBean o)
Comparable
InterfacecompareTo
in interface Comparable<StopProblemReportSummaryBean>
Copyright © 2014 OneBusAway. All Rights Reserved.