Class GeneratedScript

    • Field Detail

      • DESCRIPTION

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

        public static final java.lang.String SCRIPTTYPE
        Qualifier of the Script.scriptType attribute
        See Also:
        Constant Field Values
      • AUTODISABLING

        public static final java.lang.String AUTODISABLING
        Qualifier of the Script.autodisabling attribute
        See Also:
        Constant Field Values
      • DISABLED

        public static final java.lang.String DISABLED
        Qualifier of the Script.disabled 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

      • GeneratedScript

        public GeneratedScript()
    • Method Detail

      • isAutodisabling

        public java.lang.Boolean isAutodisabling​(SessionContext ctx)
        Generated method - Getter of the Script.autodisabling attribute.
        Returns:
        the autodisabling
      • isAutodisabling

        public java.lang.Boolean isAutodisabling()
        Generated method - Getter of the Script.autodisabling attribute.
        Returns:
        the autodisabling
      • isAutodisablingAsPrimitive

        public boolean isAutodisablingAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the Script.autodisabling attribute.
        Returns:
        the autodisabling
      • isAutodisablingAsPrimitive

        public boolean isAutodisablingAsPrimitive()
        Generated method - Getter of the Script.autodisabling attribute.
        Returns:
        the autodisabling
      • setAutodisabling

        public void setAutodisabling​(SessionContext ctx,
                                     java.lang.Boolean value)
        Generated method - Setter of the Script.autodisabling attribute.
        Parameters:
        value - the autodisabling
      • setAutodisabling

        public void setAutodisabling​(java.lang.Boolean value)
        Generated method - Setter of the Script.autodisabling attribute.
        Parameters:
        value - the autodisabling
      • setAutodisabling

        public void setAutodisabling​(SessionContext ctx,
                                     boolean value)
        Generated method - Setter of the Script.autodisabling attribute.
        Parameters:
        value - the autodisabling
      • setAutodisabling

        public void setAutodisabling​(boolean value)
        Generated method - Setter of the Script.autodisabling attribute.
        Parameters:
        value - the autodisabling
      • getDescription

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

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

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

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

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

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

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

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

        public java.lang.Boolean isDisabled​(SessionContext ctx)
        Generated method - Getter of the Script.disabled attribute.
        Returns:
        the disabled
      • isDisabled

        public java.lang.Boolean isDisabled()
        Generated method - Getter of the Script.disabled attribute.
        Returns:
        the disabled
      • isDisabledAsPrimitive

        public boolean isDisabledAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the Script.disabled attribute.
        Returns:
        the disabled
      • isDisabledAsPrimitive

        public boolean isDisabledAsPrimitive()
        Generated method - Getter of the Script.disabled attribute.
        Returns:
        the disabled
      • setDisabled

        public void setDisabled​(SessionContext ctx,
                                java.lang.Boolean value)
        Generated method - Setter of the Script.disabled attribute.
        Parameters:
        value - the disabled
      • setDisabled

        public void setDisabled​(java.lang.Boolean value)
        Generated method - Setter of the Script.disabled attribute.
        Parameters:
        value - the disabled
      • setDisabled

        public void setDisabled​(SessionContext ctx,
                                boolean value)
        Generated method - Setter of the Script.disabled attribute.
        Parameters:
        value - the disabled
      • setDisabled

        public void setDisabled​(boolean value)
        Generated method - Setter of the Script.disabled attribute.
        Parameters:
        value - the disabled
      • getScriptType

        public EnumerationValue getScriptType​(SessionContext ctx)
        Generated method - Getter of the Script.scriptType attribute.
        Returns:
        the scriptType
      • getScriptType

        public EnumerationValue getScriptType()
        Generated method - Getter of the Script.scriptType attribute.
        Returns:
        the scriptType
      • setScriptType

        public void setScriptType​(SessionContext ctx,
                                  EnumerationValue value)
        Generated method - Setter of the Script.scriptType attribute.
        Parameters:
        value - the scriptType
      • setScriptType

        public void setScriptType​(EnumerationValue value)
        Generated method - Setter of the Script.scriptType attribute.
        Parameters:
        value - the scriptType