Class GeneratedAbstractWorkflowDecision

    • Field Detail

      • CODE

        public static final java.lang.String CODE
        Qualifier of the AbstractWorkflowDecision.code attribute
        See Also:
        Constant Field Values
      • NAME

        public static final java.lang.String NAME
        Qualifier of the AbstractWorkflowDecision.name attribute
        See Also:
        Constant Field Values
      • DESCRIPTION

        public static final java.lang.String DESCRIPTION
        Qualifier of the AbstractWorkflowDecision.description attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedAbstractWorkflowDecision

        public GeneratedAbstractWorkflowDecision()
    • Method Detail

      • getCode

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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