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

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

public class GetSound
extends Object
implements Method


Constructor Summary
GetSound()
           
GetSound(long soundId)
           
 
Method Summary
 long getSoundId()
           
 void setSoundId(long soundId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetSound

public GetSound()

GetSound

public GetSound(long soundId)
Parameters:
soundId -
Method Detail

getSoundId

public long getSoundId()
Returns:
the soundId

setSoundId

public void setSoundId(long soundId)
Parameters:
soundId - the soundId to set

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.