Class FcLogEntryProps

java.lang.Object
de.xima.fc.workflow.taglib.model.BaseActionProps
de.xima.fc.workflow.model.nodes.FcLogEntryProps
All Implemented Interfaces:
IDescriptionProviding, INameProviding, Serializable

public class FcLogEntryProps extends BaseActionProps implements Serializable
Model class for the log entry action (EWorkflowNodeType.FC_LOG_ENTRY).
Since:
7.2.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • FcLogEntryProps

      public FcLogEntryProps()
  • Method Details

    • getComments

      public String getComments()
      Returns:
      The comments of the log entry
    • getLevel

      public ELogEntryActionLogLevel getLevel()
      Returns:
      The severity level of the log entry
    • setComments

      public void setComments(String comments)
      Parameters:
      comments - The comments of the log entry
    • setLevel

      public void setLevel(ELogEntryActionLogLevel level)
      Parameters:
      level - The severity level of the log entry