org.alfresco.filesys.config
Class GlobalDesktopActionConfigBean

java.lang.Object
  extended by org.alfresco.filesys.config.GlobalDesktopActionConfigBean

public class GlobalDesktopActionConfigBean
extends java.lang.Object

The Class GlobalDesktopActionConfigBean.


Constructor Summary
GlobalDesktopActionConfigBean()
           
 
Method Summary
 boolean getDebug()
          Checks if is debug.
 boolean getNoConfirm()
          Checks if is no confirm.
 java.lang.String getPath()
          Gets the path.
 void setDebug(boolean debug)
          Sets the debug.
 void setNoConfirm(boolean noConfirm)
          Sets the no confirm.
 void setPath(java.lang.String path)
          Sets the path.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalDesktopActionConfigBean

public GlobalDesktopActionConfigBean()
Method Detail

getNoConfirm

public boolean getNoConfirm()
Checks if is no confirm.

Returns:
true, if is no confirm

setNoConfirm

public void setNoConfirm(boolean noConfirm)
Sets the no confirm.

Parameters:
noConfirm - the new no confirm

getPath

public java.lang.String getPath()
Gets the path.

Returns:
the path

setPath

public void setPath(java.lang.String path)
Sets the path.

Parameters:
path - the new path

getDebug

public boolean getDebug()
Checks if is debug.

Returns:
true, if is debug

setDebug

public void setDebug(boolean debug)
Sets the debug.

Parameters:
debug - the new debug


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.