Class XmlCScriptMethodCall
java.lang.Object
com.priint.pubserver.comet.bridge.entitydata.xmlsupply.XmlCScriptMethodCall
- All Implemented Interfaces:
Serializable
The type Xml c script method call.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets method name.Gets parameters.Gets plugin name.Gets return type.voidsetMethodName(String methodName) Sets method name.voidsetParameters(List<Object> parameters) Sets parameters.voidsetPluginName(String pluginName) Sets plugin name.voidsetReturnType(String returnType) Sets return type.
-
Constructor Details
-
XmlCScriptMethodCall
public XmlCScriptMethodCall()
-
-
Method Details
-
getPluginName
Gets plugin name.- Returns:
- the plugin name
-
setPluginName
Sets plugin name.- Parameters:
pluginName- the plugin name
-
getMethodName
Gets method name.- Returns:
- the method name
-
setMethodName
Sets method name.- Parameters:
methodName- the method name
-
getReturnType
Gets return type.- Returns:
- the return type
-
setReturnType
Sets return type.- Parameters:
returnType- the return type
-
getParameters
Gets parameters.- Returns:
- the parameters
-
setParameters
Sets parameters.- Parameters:
parameters- the parameters
-