org.onebusaway.webapp.gwt.notification
Class NotificationState

java.lang.Object
  extended by org.onebusaway.webapp.gwt.notification.NotificationState

public class NotificationState
extends Object


Constructor Summary
NotificationState()
           
 
Method Summary
 List<NotificationMethodState> getMethodStates()
           
 int getMinutesBefore()
           
 void setMethodStates(List<NotificationMethodState> methodStates)
           
 void setMinutesBefore(int minutesBefore)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationState

public NotificationState()
Method Detail

getMinutesBefore

public int getMinutesBefore()

setMinutesBefore

public void setMinutesBefore(int minutesBefore)

getMethodStates

public List<NotificationMethodState> getMethodStates()

setMethodStates

public void setMethodStates(List<NotificationMethodState> methodStates)


Copyright © 2012 OneBusAway. All Rights Reserved.