public class RecordedQuery.Invocation extends Object implements RecordedQuery.Statement
| Constructor and Description |
|---|
RecordedQuery.Invocation(String onObjectRef,
String method,
String retObjectRef,
List<RecordedQuery.Statement> params) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHint() |
String |
getMethod() |
String |
getOnObjectRef() |
List<RecordedQuery.Statement> |
getParams() |
RecordedQuery |
getRecordedQuery() |
String |
getReturnObjectRef() |
void |
setMethod(String method) |
void |
setOnObjectRef(String onObjectRef) |
void |
setReturnObjectRef(String returnObjectRef) |
public RecordedQuery.Invocation(String onObjectRef, String method, String retObjectRef, List<RecordedQuery.Statement> params)
public String getMethod()
public void setMethod(String method)
public void setOnObjectRef(String onObjectRef)
public String getOnObjectRef()
public String getReturnObjectRef()
public void setReturnObjectRef(String returnObjectRef)
public List<RecordedQuery.Statement> getParams()
public String getHint()
getHint in interface RecordedQuery.Statementpublic RecordedQuery getRecordedQuery()
getRecordedQuery in interface RecordedQuery.StatementCopyright © 2016. All rights reserved.