Class ActionResult

    • Constructor Detail

      • ActionResult

        public ActionResult()
        Creates a new empty action result...
      • ActionResult

        public ActionResult​(Result result,
                            String logChannelId,
                            String comment,
                            String reason,
                            String actionName,
                            String actionFilename)
        Creates a new action result...
    • Method Detail

      • setResult

        public void setResult​(Result result)
        Parameters:
        result - The result to set.
      • getResult

        public Result getResult()
        Returns:
        Returns the result.
      • getComment

        public String getComment()
        Returns:
        Returns the comment.
      • setComment

        public void setComment​(String comment)
        Parameters:
        comment - The comment to set.
      • getReason

        public String getReason()
        Returns:
        Returns the reason.
      • setReason

        public void setReason​(String reason)
        Parameters:
        reason - The reason to set.
      • getLogDate

        public Date getLogDate()
        Returns:
        Returns the logDate.
      • setLogDate

        public void setLogDate​(Date logDate)
        Parameters:
        logDate - The logDate to set.
      • getActionName

        public String getActionName()
        Returns:
        the actionName
      • setActionName

        public void setActionName​(String actionName)
        Parameters:
        actionName - the actionName to set
      • getActionFilename

        public String getActionFilename()
        Returns:
        the actionFilename
      • setActionFilename

        public void setActionFilename​(String actionFilename)
        Parameters:
        actionFilename - the actionFilename to set
      • getLogChannelId

        public String getLogChannelId()
      • isCheckpoint

        public boolean isCheckpoint()
        Returns:
        the checkpoint
      • setCheckpoint

        public void setCheckpoint​(boolean checkpoint)
        Parameters:
        checkpoint - the checkpoint to set