Package de.xima.fc.workflow.model.nodes
Class FcChangeFormAvailabilityProps
- java.lang.Object
-
- de.xima.fc.workflow.taglib.model.BaseActionProps
-
- de.xima.fc.workflow.model.nodes.FcChangeFormAvailabilityProps
-
- All Implemented Interfaces:
IDescriptionProviding
,INameProviding
,Serializable
public final class FcChangeFormAvailabilityProps extends BaseActionProps implements Serializable
Model class for the change form value action (EWorkflowNodeType.FC_CHANGE_FORM_AVAILABILITY
).- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.xima.fc.workflow.taglib.model.BaseActionProps
BaseActionProps.name
-
-
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 FcChangeFormAvailabilityProps()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EChangeFormAvailabilityType
getChangeType()
void
setChangeType(EChangeFormAvailabilityType changeType)
-
Methods inherited from class de.xima.fc.workflow.taglib.model.BaseActionProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
-
-
-
Method Detail
-
getChangeType
public EChangeFormAvailabilityType getChangeType()
- Returns:
- How the availability of the form should be changed.
-
setChangeType
public void setChangeType(EChangeFormAvailabilityType changeType)
- Parameters:
changeType
- How the availability of the form should be changed.
-
-