Class NewAction

    • Constructor Detail

      • NewAction

        public NewAction()
    • Method Detail

      • execute

        public void execute()
                     throws java.lang.Exception
        Specified by:
        execute in interface IAction
        Throws:
        java.lang.Exception
      • setModel

        public void setModel​(java.lang.String modelName)
        Specified by:
        setModel in interface IModelAction
      • isRestoreModel

        public boolean isRestoreModel()
      • setRestoreModel

        public void setRestoreModel​(boolean restoreModel)
      • getDefaultValues

        public java.lang.String getDefaultValues()
        A string with default values in string format.
        We use : to separate key from value and ; to separate entries, thus:
         name:John;date:2/2/2034
         
        Since:
        7.1
      • setDefaultValues

        public void setDefaultValues​(java.lang.String defaultValues)
        A string with default values in string format.
        We use : to separate key from value and ; to separate entries, thus:
         name:John;date:2/2/2034
         
        Since:
        7.1