Class GeneratedAbstractAction

    • Field Detail

      • CODE

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

        public static final java.lang.String TYPE
        Qualifier of the AbstractAction.type attribute
        See Also:
        Constant Field Values
      • TARGET

        public static final java.lang.String TARGET
        Qualifier of the AbstractAction.target 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

      • GeneratedAbstractAction

        public GeneratedAbstractAction()
    • Method Detail

      • getCode

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

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

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

        protected void setCode​(java.lang.String value)
        Generated method - Setter of the AbstractAction.code attribute.
        Parameters:
        value - the code
      • getTarget

        public java.lang.String getTarget​(SessionContext ctx)
        Generated method - Getter of the AbstractAction.target attribute.
        Returns:
        the target
      • getTarget

        public java.lang.String getTarget()
        Generated method - Getter of the AbstractAction.target attribute.
        Returns:
        the target
      • setTarget

        protected void setTarget​(SessionContext ctx,
                                 java.lang.String value)
        Generated method - Setter of the AbstractAction.target attribute.
        Parameters:
        value - the target
      • setTarget

        protected void setTarget​(java.lang.String value)
        Generated method - Setter of the AbstractAction.target attribute.
        Parameters:
        value - the target
      • getType

        public EnumerationValue getType()
        Generated method - Getter of the AbstractAction.type attribute.
        Returns:
        the type
      • setType

        protected void setType​(SessionContext ctx,
                               EnumerationValue value)
        Generated method - Setter of the AbstractAction.type attribute.
        Parameters:
        value - the type
      • setType

        protected void setType​(EnumerationValue value)
        Generated method - Setter of the AbstractAction.type attribute.
        Parameters:
        value - the type