Class ActionType

    • Constructor Detail

      • ActionType

        public ActionType()
        Instantiates a new Action type.
      • ActionType

        public ActionType​(Metadata metadata)
        Instantiates a new Action type.
        Parameters:
        metadata - the metadata
    • Method Detail

      • getActionExecutor

        public String getActionExecutor()
        Retrieves the action executor.
        Returns:
        the action executor
      • setActionExecutor

        public void setActionExecutor​(String actionExecutor)
        Sets the action executor.
        Parameters:
        actionExecutor - the action executor
      • getParameters

        public List<Parameter> getParameters()
        Retrieves the parameters.
        Returns:
        the parameters
      • setParameters

        public void setParameters​(List<Parameter> parameters)
        Sets the parameters.
        Parameters:
        parameters - the parameters
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class Item
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Item