Class DescriptionStep

java.lang.Object
org.ametys.cms.workflow.history.DescriptionStep

public class DescriptionStep extends Object
Object representing a description step
  • Constructor Details

    • DescriptionStep

      public DescriptionStep()
      The constructor for a workflow action
  • Method Details

    • getDescription

      Get the description of the step
      Returns:
      the description
    • setDescription

      public void setDescription(I18nizableText description)
      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

      public void setSmallIcon(String smallIcon)
      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

      public void setMediumIcon(String mediumIcon)
      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

      public void setLargeIcon(String largeIcon)
      Set the large icon of the step
      Parameters:
      largeIcon - the large icon of the step. Can be null.
    • getStatus

      public String getStatus()
      Get the step status
      Returns:
      the step status
    • setStatus

      public void setStatus(String status)
      Set the step status
      Parameters:
      status - the status