|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.sun.QueryMethod
public class QueryMethod
Field Summary | |
---|---|
protected java.lang.String |
methodName
|
protected MethodParams |
methodParams
|
Constructor Summary | |
---|---|
QueryMethod()
|
Method Summary | |
---|---|
java.lang.String |
getMethodName()
|
MethodParams |
getMethodParams()
|
void |
setMethodName(java.lang.String value)
|
void |
setMethodParams(MethodParams value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String methodName
protected MethodParams methodParams
Constructor Detail |
---|
public QueryMethod()
Method Detail |
---|
public java.lang.String getMethodName()
public void setMethodName(java.lang.String value)
public MethodParams getMethodParams()
public void setMethodParams(MethodParams value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |