Package org.alfresco.filesys.config
Class GlobalDesktopActionConfigBean
- java.lang.Object
-
- org.alfresco.filesys.config.GlobalDesktopActionConfigBean
-
public class GlobalDesktopActionConfigBean extends java.lang.ObjectThe Class GlobalDesktopActionConfigBean.- Author:
- dward
-
-
Constructor Summary
Constructors Constructor Description GlobalDesktopActionConfigBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetDebug()Checks if is debug.booleangetNoConfirm()Checks if is no confirm.java.lang.StringgetPath()Gets the path.voidsetDebug(boolean debug)Sets the debug.voidsetNoConfirm(boolean noConfirm)Sets the no confirm.voidsetPath(java.lang.String path)Sets the path.
-
-
-
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
-
-