org.onebusaway.webapp.gwt.notification
Class NotificationStateNode
java.lang.Object
org.onebusaway.webapp.gwt.notification.NotificationStateNode
- All Implemented Interfaces:
- Comparable<NotificationStateNode>
public class NotificationStateNode
- extends Object
- implements Comparable<NotificationStateNode>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotificationStateNode
public NotificationStateNode()
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.