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

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

public class GetSounds
extends Object
implements Method


Constructor Summary
GetSounds()
           
GetSounds(String detectorId)
           
 
Method Summary
 String getDetectorId()
           
 void setDetectorId(String detectorId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetSounds

public GetSounds()

GetSounds

public GetSounds(String detectorId)
Parameters:
detectorId -
Method Detail

getDetectorId

public String getDetectorId()
Returns:
the detectorId

setDetectorId

public void setDetectorId(String detectorId)
Parameters:
detectorId - the detectorId to set

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.