Package org.ametys.cms.workflow.history
Class DescriptionStep
java.lang.Object
org.ametys.cms.workflow.history.DescriptionStep
Object representing a description step
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the description of the stepGet the large icon of the stepGet the medium icon of the stepGet the small icon of the stepGet the step statusvoid
setDescription
(I18nizableText description) Set the description of the stepvoid
setLargeIcon
(String largeIcon) Set the large icon of the stepvoid
setMediumIcon
(String mediumIcon) Set the medium icon of the stepvoid
setSmallIcon
(String smallIcon) Set the small icon of the stepvoid
Set the step status
-
Constructor Details
-
DescriptionStep
public DescriptionStep()The constructor for a workflow action
-
-
Method Details
-
getDescription
Get the description of the step- Returns:
- the description
-
setDescription
Set the description of the step- Parameters:
description
- the description
-
getSmallIcon
Get the small icon of the step- Returns:
- the small icon of the step
-
setSmallIcon
Set the small icon of the step- Parameters:
smallIcon
- the small icon of the step. Can be null.
-
getMediumIcon
Get the medium icon of the step- Returns:
- the medium icon of the step
-
setMediumIcon
Set the medium icon of the step- Parameters:
mediumIcon
- the medium icon of the step. Can be null.
-
getLargeIcon
Get the large icon of the step- Returns:
- the large icon of the step
-
setLargeIcon
Set the large icon of the step- Parameters:
largeIcon
- the large icon of the step. Can be null.
-
getStatus
Get the step status- Returns:
- the step status
-
setStatus
Set the step status- Parameters:
status
- the status
-