java.lang.Object
ch.ralscha.extdirectspring.bean.api.Action
ch.ralscha.extdirectspring.bean.api.ActionDoc

public class ActionDoc extends Action
  • Field Details

    • methodComment

      protected String methodComment
    • author

      protected String author
    • version

      protected String version
    • parameters

      protected Map<String,String> parameters
      map of method parameter names and descriptions
    • returnMethod

      protected Map<String,String> returnMethod
      map of method return properties names and descriptions
    • deprecated

      protected boolean deprecated
  • Constructor Details

  • Method Details

    • getMethodComment

      public String getMethodComment()
      Returns:
      the methodComment
    • setMethodComment

      public void setMethodComment(String methodComment)
      Parameters:
      methodComment - the methodComment to set
    • getAuthor

      public String getAuthor()
      Returns:
      the author
    • setAuthor

      public void setAuthor(String author)
      Parameters:
      author - the author to set
    • getVersion

      public String getVersion()
      Returns:
      the version
    • setVersion

      public void setVersion(String version)
      Parameters:
      version - the version to set
    • getParameters

      public Map<String,String> getParameters()
      Returns:
      the parameters
    • setParameters

      public void setParameters(Map<String,String> parameters)
      Parameters:
      parameters - the parameters to set
    • getReturnMethod

      public Map<String,String> getReturnMethod()
      Returns:
      the returnMethod
    • setReturnMethod

      public void setReturnMethod(Map<String,String> returnMethod)
      Parameters:
      returnMethod - the returnMethod to set
    • isDeprecated

      public boolean isDeprecated()
      Returns:
      the deprecated
    • setDeprecated

      public void setDeprecated(boolean deprecated)
      Parameters:
      deprecated - the deprecated to set