|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.busyboxes.agoo.controller.model.WebWatchedFolder
public class WebWatchedFolder
A representation of a folder watched by the Agoo system, this object contains what is required to display in a view
| Constructor Summary | |
|---|---|
WebWatchedFolder()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getFolderPath()
Returns the path corresponding to this folder |
java.lang.Long |
getId()
Returns the id of the watched folder |
int |
getWatchedFilesCount()
Sets the number for watched files |
void |
setFolderPath(java.lang.String folderPath)
Sets the path corresponding to this folder |
void |
setId(java.lang.Long id)
Sets the id of the watched folder param id the id of the watched folder |
void |
setWatchedFilesCount(int watchedFilesCount)
Gets the number of watches files |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebWatchedFolder()
| Method Detail |
|---|
public java.lang.Long getId()
public void setId(java.lang.Long id)
public java.lang.String getFolderPath()
public void setFolderPath(java.lang.String folderPath)
folderPath - the folder's path to setpublic int getWatchedFilesCount()
public void setWatchedFilesCount(int watchedFilesCount)
watchedFilesCount - the watchedFilesCount to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||