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
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class de.xima.fc.workflow.taglib.model.BaseActionPropsBaseActionProps.name
 
- 
 - 
Field Summary- 
Fields inherited from interface de.xima.fc.entities.interfaces.IDescriptionProvidingATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTION
 - 
Fields inherited from interface de.xima.fc.entities.interfaces.INameProvidingATTR_NAME, COL_NAME
 
- 
 - 
Constructor SummaryConstructors Constructor Description FcLogEntryProps()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetComments()ELogEntryActionLogLevelgetLevel()voidsetComments(String comments)voidsetLevel(ELogEntryActionLogLevel level)- 
Methods inherited from class de.xima.fc.workflow.taglib.model.BaseActionPropsgetBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
 
- 
 
- 
- 
- 
Method Detail- 
getCommentspublic String getComments() - Returns:
- The comments of the log entry
 
 - 
getLevelpublic ELogEntryActionLogLevel getLevel() - Returns:
- The severity level of the log entry
 
 - 
setCommentspublic void setComments(String comments) - Parameters:
- comments- The comments of the log entry
 
 - 
setLevelpublic void setLevel(ELogEntryActionLogLevel level) - Parameters:
- level- The severity level of the log entry
 
 
- 
 
-