Class GeneratedAbstractWorkflowDecision

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
AbstractWorkflowDecision

public abstract class GeneratedAbstractWorkflowDecision extends GenericItem
Generated class for type AbstractWorkflowDecision.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedAbstractWorkflowDecision

      public GeneratedAbstractWorkflowDecision()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getCode

      public String getCode(SessionContext ctx)
      Generated method - Getter of the AbstractWorkflowDecision.code attribute.
      Returns:
      the code - unique identifier of the decision
    • getCode

      public String getCode()
      Generated method - Getter of the AbstractWorkflowDecision.code attribute.
      Returns:
      the code - unique identifier of the decision
    • setCode

      protected void setCode(SessionContext ctx, String value)
      Generated method - Setter of the AbstractWorkflowDecision.code attribute.
      Parameters:
      value - the code - unique identifier of the decision
    • setCode

      protected void setCode(String value)
      Generated method - Setter of the AbstractWorkflowDecision.code attribute.
      Parameters:
      value - the code - unique identifier of the decision
    • getDescription

      public String getDescription(SessionContext ctx)
      Generated method - Getter of the AbstractWorkflowDecision.description attribute.
      Returns:
      the description - description of the decision
    • getDescription

      public String getDescription()
      Generated method - Getter of the AbstractWorkflowDecision.description attribute.
      Returns:
      the description - description of the decision
    • getAllDescription

      public Map<Language,String> getAllDescription(SessionContext ctx)
      Generated method - Getter of the AbstractWorkflowDecision.description attribute.
      Returns:
      the localized description - description of the decision
    • getAllDescription

      public Map<Language,String> getAllDescription()
      Generated method - Getter of the AbstractWorkflowDecision.description attribute.
      Returns:
      the localized description - description of the decision
    • setDescription

      public void setDescription(SessionContext ctx, String value)
      Generated method - Setter of the AbstractWorkflowDecision.description attribute.
      Parameters:
      value - the description - description of the decision
    • setDescription

      public void setDescription(String value)
      Generated method - Setter of the AbstractWorkflowDecision.description attribute.
      Parameters:
      value - the description - description of the decision
    • setAllDescription

      public void setAllDescription(SessionContext ctx, Map<Language,String> value)
      Generated method - Setter of the AbstractWorkflowDecision.description attribute.
      Parameters:
      value - the description - description of the decision
    • setAllDescription

      public void setAllDescription(Map<Language,String> value)
      Generated method - Setter of the AbstractWorkflowDecision.description attribute.
      Parameters:
      value - the description - description of the decision
    • getName

      public String getName(SessionContext ctx)
      Generated method - Getter of the AbstractWorkflowDecision.name attribute.
      Returns:
      the name - name of the decision
    • getName

      public String getName()
      Generated method - Getter of the AbstractWorkflowDecision.name attribute.
      Returns:
      the name - name of the decision
    • getAllName

      public Map<Language,String> getAllName(SessionContext ctx)
      Generated method - Getter of the AbstractWorkflowDecision.name attribute.
      Returns:
      the localized name - name of the decision
    • getAllName

      public Map<Language,String> getAllName()
      Generated method - Getter of the AbstractWorkflowDecision.name attribute.
      Returns:
      the localized name - name of the decision
    • setName

      public void setName(SessionContext ctx, String value)
      Generated method - Setter of the AbstractWorkflowDecision.name attribute.
      Parameters:
      value - the name - name of the decision
    • setName

      public void setName(String value)
      Generated method - Setter of the AbstractWorkflowDecision.name attribute.
      Parameters:
      value - the name - name of the decision
    • setAllName

      public void setAllName(SessionContext ctx, Map<Language,String> value)
      Generated method - Setter of the AbstractWorkflowDecision.name attribute.
      Parameters:
      value - the name - name of the decision
    • setAllName

      public void setAllName(Map<Language,String> value)
      Generated method - Setter of the AbstractWorkflowDecision.name attribute.
      Parameters:
      value - the name - name of the decision