public class OperationResult extends Object
| Constructor and Description |
|---|
OperationResult() |
OperationResult(Serializable result,
String returnType) |
| Modifier and Type | Method and Description |
|---|---|
Serializable |
getResult() |
String |
getReturnType() |
void |
setResult(Serializable result) |
void |
setReturnType(String returnType) |
public OperationResult()
public OperationResult(Serializable result, String returnType)
public Serializable getResult()
public void setResult(Serializable result)
public String getReturnType()
public void setReturnType(String returnType)
Copyright © 2018 Bonitasoft S.A.. All rights reserved.