org.onebusaway.webapp.gwt.notification
Class NotificationStateNode

java.lang.Object
  extended by org.onebusaway.webapp.gwt.notification.NotificationStateNode
All Implemented Interfaces:
Comparable<NotificationStateNode>

public class NotificationStateNode
extends Object
implements Comparable<NotificationStateNode>


Constructor Summary
NotificationStateNode()
           
 
Method Summary
 int compareTo(NotificationStateNode o)
           
 int getIndex()
           
 NotificationState getState()
           
 String getStopId()
           
 void setIndex(int index)
           
 void setState(NotificationState state)
           
 void setStopId(String stopId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationStateNode

public NotificationStateNode()
Method Detail

getStopId

public String getStopId()

setStopId

public void setStopId(String stopId)

getIndex

public int getIndex()

setIndex

public void setIndex(int index)

compareTo

public int compareTo(NotificationStateNode o)
Specified by:
compareTo in interface Comparable<NotificationStateNode>

getState

public NotificationState getState()

setState

public void setState(NotificationState state)


Copyright © 2012 OneBusAway. All Rights Reserved.