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

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

public class Untrain
extends Object
implements Method


Constructor Summary
Untrain()
           
Untrain(List<Long> soundIds)
           
 
Method Summary
 List<Long> getSoundIds()
           
 void setSoundIds(List<Long> soundIds)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Untrain

public Untrain()

Untrain

public Untrain(List<Long> soundIds)
Method Detail

setSoundIds

public void setSoundIds(List<Long> soundIds)
Parameters:
soundIds - the soundIds to set

getSoundIds

public List<Long> getSoundIds()
Returns:
the soundIds as an unmodifiable collection

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.