Class BeanRequestMessage
- java.lang.Object
-
- co.mastermindcms.framework.beans.ws.BasicRequestMessage
-
- co.mastermindcms.framework.beans.ws.BeanRequestMessage
-
public class BeanRequestMessage extends BasicRequestMessage
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<java.lang.Object>
args
private java.lang.String
beanId
private java.lang.String
functionName
private BeanScopeType
scope
-
Constructor Summary
Constructors Constructor Description BeanRequestMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Object>
getArgs()
java.lang.String
getBeanId()
java.lang.String
getFunctionName()
BeanScopeType
getScope()
void
setArgs(java.util.List<java.lang.Object> args)
void
setBeanId(java.lang.String beanId)
void
setFunctionName(java.lang.String functionName)
void
setScope(BeanScopeType scope)
-
Methods inherited from class co.mastermindcms.framework.beans.ws.BasicRequestMessage
getActionId, getElements, getEventType, getPath, getPayload, getSharedEndpoint, setActionId, setElements, setEventType, setPath, setPayload, setSharedEndpoint
-
-
-
-
Field Detail
-
beanId
private java.lang.String beanId
-
scope
private BeanScopeType scope
-
functionName
private java.lang.String functionName
-
args
private java.util.List<java.lang.Object> args
-
-
Method Detail
-
getBeanId
public java.lang.String getBeanId()
-
setBeanId
public void setBeanId(java.lang.String beanId)
-
getScope
public BeanScopeType getScope()
-
setScope
public void setScope(BeanScopeType scope)
-
getFunctionName
public java.lang.String getFunctionName()
-
setFunctionName
public void setFunctionName(java.lang.String functionName)
-
getArgs
public java.util.List<java.lang.Object> getArgs()
-
setArgs
public void setArgs(java.util.List<java.lang.Object> args)
-
-