|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.metadata.javaee.support.IdMetaDataImpl
org.jboss.metadata.javaee.support.NamedMetaData
org.jboss.metadata.ejb.spec.QueryMethodMetaData
public class QueryMethodMetaData
QueryMethodMetaData.
Constructor Summary | |
---|---|
QueryMethodMetaData()
Create a new QueryMethodMetaData. |
Method Summary | |
---|---|
String |
getMethodName()
Get the methodName. |
MethodParametersMetaData |
getMethodParams()
Get the methodParams. |
void |
setMethodName(String methodName)
Set the methodName. |
void |
setMethodParams(MethodParametersMetaData methodParams)
Set the methodParams. |
Methods inherited from class org.jboss.metadata.javaee.support.NamedMetaData |
---|
equals, getKey, getName, hashCode, merge, setName, toString |
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl |
---|
clone, getId, merge, merge, setId |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public QueryMethodMetaData()
Method Detail |
---|
public String getMethodName()
public void setMethodName(String methodName)
methodName
- the methodName.
IllegalArgumentException
- for a null methodNamepublic MethodParametersMetaData getMethodParams()
public void setMethodParams(MethodParametersMetaData methodParams)
methodParams
- the methodParams.
IllegalArgumentException
- for a null methodParams
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |