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
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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface de.xima.fc.entities.interfaces.IDescriptionProviding
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTION
-
Fields inherited from interface de.xima.fc.entities.interfaces.INameProviding
ATTR_NAME, COL_NAME
-
-
Constructor Summary
Constructors Constructor Description FcLogEntryProps()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getComments()
ELogEntryActionLogLevel
getLevel()
void
setComments(String comments)
void
setLevel(ELogEntryActionLogLevel level)
-
Methods inherited from class de.xima.fc.workflow.taglib.model.BaseActionProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
-
-
-
Method Detail
-
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
-
-