java.lang.Object
ch.ralscha.extdirectspring.bean.api.Action
ch.ralscha.extdirectspring.bean.api.ActionDoc
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidvoidsetDeprecated(boolean deprecated) voidsetMethodComment(String methodComment) voidsetParameters(Map<String, String> parameters) voidsetReturnMethod(Map<String, String> returnMethod) voidsetVersion(String version) Methods inherited from class ch.ralscha.extdirectspring.bean.api.Action
create, create, createFormHandler, createNamed, createTreeLoad, getBatched, getFormHandler, getLen, getMetadata, getName, getParams, getStrict
-
Field Details
-
methodComment
-
author
-
version
-
parameters
map of method parameter names and descriptions -
returnMethod
map of method return properties names and descriptions -
deprecated
protected boolean deprecated
-
-
Constructor Details
-
ActionDoc
-
ActionDoc
-
-
Method Details
-
getMethodComment
- Returns:
- the methodComment
-
setMethodComment
- Parameters:
methodComment- the methodComment to set
-
getAuthor
- Returns:
- the author
-
setAuthor
- Parameters:
author- the author to set
-
getVersion
- Returns:
- the version
-
setVersion
- Parameters:
version- the version to set
-
getParameters
- Returns:
- the parameters
-
setParameters
- Parameters:
parameters- the parameters to set
-
getReturnMethod
- Returns:
- the returnMethod
-
setReturnMethod
- 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
-