org.onebusaway.transit_data.model.problems
Class StopProblemReportSummaryBean

java.lang.Object
  extended by 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

Constructor Summary
StopProblemReportSummaryBean()
           
 
Method Summary
 int compareTo(StopProblemReportSummaryBean o)
          Comparable Interface
 int getCount()
           
 EProblemReportStatus getStatus()
           
 StopBean getStop()
           
 void setCount(int count)
           
 void setStatus(EProblemReportStatus status)
           
 void setStop(StopBean stop)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopProblemReportSummaryBean

public StopProblemReportSummaryBean()
Method Detail

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.