public class GlobalDesktopActionConfigBean
extends java.lang.Object
| Constructor and Description |
|---|
GlobalDesktopActionConfigBean() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public boolean getNoConfirm()
public void setNoConfirm(boolean noConfirm)
noConfirm - the new no confirmpublic java.lang.String getPath()
public void setPath(java.lang.String path)
path - the new pathpublic boolean getDebug()
public void setDebug(boolean debug)
debug - the new debugCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.