Package de.xima.fc.workflow.model.nodes
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
Model class for the log entry action (
EWorkflowNodeType.FC_LOG_ENTRY).- Since:
- 7.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
Fields inherited from interface de.xima.fc.entities.interfaces.IDescriptionProviding
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTIONFields inherited from interface de.xima.fc.entities.interfaces.INameProviding
ATTR_NAME, COL_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLevel()voidsetComments(String comments) voidsetLevel(ELogEntryActionLogLevel level) Methods inherited from class de.xima.fc.workflow.taglib.model.BaseActionProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
Constructor Details
-
FcLogEntryProps
public FcLogEntryProps()
-
-
Method Details
-
getComments
- Returns:
- The comments of the log entry
-
getLevel
- Returns:
- The severity level of the log entry
-
setComments
- Parameters:
comments- The comments of the log entry
-
setLevel
- Parameters:
level- The severity level of the log entry
-