ch.busyboxes.agoo.controller.form
Class FolderAdditionForm

java.lang.Object
  extended by ch.busyboxes.agoo.controller.form.FolderAdditionForm

public class FolderAdditionForm
extends java.lang.Object

This represents the form for creating a new watched folder

Author:
julien@busyboxes.ch

Constructor Summary
FolderAdditionForm()
           
 
Method Summary
 java.lang.String getFolderPath()
          Returns the watched folder's path
 void setFolderPath(java.lang.String folderPath)
          Sets the watched folder's path
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FolderAdditionForm

public FolderAdditionForm()
Method Detail

getFolderPath

public java.lang.String getFolderPath()
Returns the watched folder's path

Returns:
the folderPath

setFolderPath

public void setFolderPath(java.lang.String folderPath)
Sets the watched folder's path

Parameters:
folderPath - the folderPath to set


Copyright © 2009. All Rights Reserved.