Klasse SearchResultDTO.PluginActionInfo

java.lang.Object
org.codeability.sharing.plugins.api.search.SearchResultDTO.PluginActionInfo
Umschließende Klasse:
SearchResultDTO

public static class SearchResultDTO.PluginActionInfo extends Object
  • Konstruktordetails

    • PluginActionInfo

      public PluginActionInfo(String plugin, String action, String commandName)
      information about applicable plugins
      Parameter:
      plugin - the name of the plugin, just informative
      action - the name of the action, just informative
      commandName - the name of the command, displayed to the user
    • PluginActionInfo

      public PluginActionInfo()
  • Methodendetails

    • getPlugin

      public String getPlugin()
      Gibt zurück:
      the plugin
    • setPlugin

      public void setPlugin(String plugin)
      Parameter:
      plugin - the plugin to set
    • getAction

      public String getAction()
      Gibt zurück:
      the action
    • setAction

      public void setAction(String action)
      Parameter:
      action - the action to set
    • getCommandName

      public String getCommandName()
      Gibt zurück:
      the commandName
    • setCommandName

      public void setCommandName(String commandName)
      Parameter:
      commandName - the commandName to set