| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_ejb.deployment.xml.Query
Query | public class Query extends AbsElement (Code) | | This class defines the implementation of the element query
author: JOnAS team |
Constructor Summary | |
public | Query() |
Query | public Query()(Code) | | Constructor
|
getDescription | public String getDescription()(Code) | | Gets the description
the description |
getEjbQl | public String getEjbQl()(Code) | | Gets the ejb-ql
the ejb-ql |
getQueryMethod | public QueryMethod getQueryMethod()(Code) | | Gets the query-method
the query-method |
getResultTypeMapping | public String getResultTypeMapping()(Code) | | Gets the result-type-mapping
the result-type-mapping |
setDescription | public void setDescription(String description)(Code) | | Set the description
Parameters: description - description |
setEjbQl | public void setEjbQl(String ejbQl)(Code) | | Set the ejb-ql
Parameters: ejbQl - ejbQl |
setQueryMethod | public void setQueryMethod(QueryMethod queryMethod)(Code) | | Set the query-method
Parameters: queryMethod - queryMethod |
setResultTypeMapping | public void setResultTypeMapping(String resultTypeMapping)(Code) | | Set the result-type-mapping
Parameters: resultTypeMapping - resultTypeMapping |
toXML | public String toXML(int indent)(Code) | | Represents this element by it's XML description.
Parameters: indent - use this indent for prexifing XML representation. the XML description of this object. |
|
|
|