edu.washington.cs.sounddetector.server.api.method
Class RenameDetector
java.lang.Object
edu.washington.cs.sounddetector.server.api.method.RenameDetector
- All Implemented Interfaces:
- Method
public class RenameDetector
- extends Object
- implements Method
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RenameDetector
public RenameDetector()
RenameDetector
public RenameDetector(String oldDetectorId,
String newDetectorId)
- Parameters:
oldDetectorId
- newDetectorId
-
getOldDetectorId
public String getOldDetectorId()
- Returns:
- the oldDetectorId
setOldDetectorId
public void setOldDetectorId(String oldDetectorId)
- Parameters:
oldDetectorId
- the oldDetectorId to set
getNewDetectorId
public String getNewDetectorId()
- Returns:
- the newDetectorId
setNewDetectorId
public void setNewDetectorId(String newDetectorId)
- Parameters:
newDetectorId
- the newDetectorId to set
Copyright © 2012. All Rights Reserved.