edu.washington.cs.sounddetector.server.api.method
Class GetPendingNotifications

java.lang.Object
  extended by edu.washington.cs.sounddetector.server.api.method.GetPendingNotifications
All Implemented Interfaces:
Method

public class GetPendingNotifications
extends Object
implements Method


Constructor Summary
GetPendingNotifications()
           
GetPendingNotifications(String phoneId)
           
 
Method Summary
 String getPhoneId()
           
 void setPhoneId(String phoneId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetPendingNotifications

public GetPendingNotifications()

GetPendingNotifications

public GetPendingNotifications(String phoneId)
Method Detail

setPhoneId

public void setPhoneId(String phoneId)
Parameters:
phoneId - the phoneId to set

getPhoneId

public String getPhoneId()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.