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

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

public class SetSoundClassProperties
extends Object
implements Method


Constructor Summary
SetSoundClassProperties()
           
SetSoundClassProperties(String detectorId, List<SoundClass> soundClasses)
           
 
Method Summary
 String getDetectorId()
           
 List<SoundClass> getSoundClasses()
           
 void setDetectorId(String detectorId)
           
 void setSoundClasses(List<SoundClass> soundClasses)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SetSoundClassProperties

public SetSoundClassProperties()

SetSoundClassProperties

public SetSoundClassProperties(String detectorId,
                               List<SoundClass> soundClasses)
Parameters:
detectorId -
soundClasses -
Method Detail

getDetectorId

public String getDetectorId()
Returns:
the detectorId

setDetectorId

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

getSoundClasses

public List<SoundClass> getSoundClasses()
Returns:
the soundClasses

setSoundClasses

public void setSoundClasses(List<SoundClass> soundClasses)
Parameters:
soundClasses - the soundClasses to set

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.