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>argsprivate java.lang.StringbeanIdprivate java.lang.StringfunctionNameprivate BeanScopeTypescope
-
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.StringgetBeanId()java.lang.StringgetFunctionName()BeanScopeTypegetScope()voidsetArgs(java.util.List<java.lang.Object> args)voidsetBeanId(java.lang.String beanId)voidsetFunctionName(java.lang.String functionName)voidsetScope(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)
-
-