Class GeneratedAbstractAction

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

public abstract class GeneratedAbstractAction extends GenericItem
Generated class for type AbstractAction.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedAbstractAction

      public GeneratedAbstractAction()
  • 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 AbstractAction.code attribute.
      Returns:
      the code
    • getCode

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

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

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

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

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

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

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

      public EnumerationValue getType(SessionContext ctx)
      Generated method - Getter of the AbstractAction.type attribute.
      Returns:
      the type
    • 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