org.jboss.ejb3.metamodel
Class QueryMethod

java.lang.Object
  extended by org.jboss.ejb3.metamodel.QueryMethod

public class QueryMethod
extends Object

Represents an query-method element of the ejb-jar.xml deployment descriptor for the 1.4 schema

Version:
$Revision: 61136 $
Author:
William DeCoste

Constructor Summary
QueryMethod()
           
 
Method Summary
 void addMethodParam(String methodParam)
           
 String getMethodName()
           
 List getMethodParams()
           
 void setMethodName(String methodName)
           
 void setMethodParams(List methodParams)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryMethod

public QueryMethod()
Method Detail

getMethodName

public String getMethodName()

setMethodName

public void setMethodName(String methodName)

getMethodParams

public List getMethodParams()

setMethodParams

public void setMethodParams(List methodParams)

addMethodParam

public void addMethodParam(String methodParam)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 JBoss Inc.. All Rights Reserved.