Class GlobalDesktopActionConfigBean


  • public class GlobalDesktopActionConfigBean
    extends java.lang.Object
    The Class GlobalDesktopActionConfigBean.
    Author:
    dward
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • 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