|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ch.busyboxes.agoo.model.WatchedFolder
public class WatchedFolder
A folder watched by the Agoo system, it's basically a container for watched files
Constructor Summary | |
---|---|
WatchedFolder()
|
Method Summary | |
---|---|
java.lang.String |
getFolderPath()
Returns the path corresponding to this folder |
java.lang.Long |
getId()
Returns the id of the watched folder |
java.util.List<WatchedFile> |
getWatchedFiles()
Returns the list of files associated with this folder |
void |
setFolderPath(java.lang.String folderPath)
Sets the path corresponding to this folder |
void |
setWatchedFiles(java.util.List<WatchedFile> watchedFiles)
Sets the list of files associated with this folder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WatchedFolder()
Method Detail |
---|
public java.lang.Long getId()
public java.lang.String getFolderPath()
public void setFolderPath(java.lang.String folderPath)
folderPath
- the folder's path to setpublic java.util.List<WatchedFile> getWatchedFiles()
public void setWatchedFiles(java.util.List<WatchedFile> watchedFiles)
watchedFiles
- the watched files list to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |