org.objectweb.jonas_ejb.deployment.xml.Query Class Reference

Collaboration diagram for org.objectweb.jonas_ejb.deployment.xml.Query:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Query ()
String getDescription ()
void setDescription (String description)
QueryMethod getQueryMethod ()
void setQueryMethod (QueryMethod queryMethod)
String getResultTypeMapping ()
void setResultTypeMapping (String resultTypeMapping)
String getEjbQl ()
void setEjbQl (String ejbQl)
String toXML (int indent)

Detailed Description

This class defines the implementation of the element query

Author:
JOnAS team

Definition at line 36 of file Query.java.


Constructor & Destructor Documentation

org.objectweb.jonas_ejb.deployment.xml.Query.Query  ) 
 

Constructor

Definition at line 62 of file Query.java.


Member Function Documentation

String org.objectweb.jonas_ejb.deployment.xml.Query.getDescription  ) 
 

Gets the description

Returns:
the description

Definition at line 70 of file Query.java.

String org.objectweb.jonas_ejb.deployment.xml.Query.getEjbQl  ) 
 

Gets the ejb-ql

Returns:
the ejb-ql

Definition at line 118 of file Query.java.

Referenced by org.objectweb.jonas_ejb.deployment.api.EntityCmp2Desc.EntityCmp2Desc().

QueryMethod org.objectweb.jonas_ejb.deployment.xml.Query.getQueryMethod  ) 
 

Gets the query-method

Returns:
the query-method

Definition at line 86 of file Query.java.

Referenced by org.objectweb.jonas_ejb.deployment.api.EntityCmp2Desc.EntityCmp2Desc().

String org.objectweb.jonas_ejb.deployment.xml.Query.getResultTypeMapping  ) 
 

Gets the result-type-mapping

Returns:
the result-type-mapping

Definition at line 102 of file Query.java.

Referenced by org.objectweb.jonas_ejb.deployment.api.EntityCmp2Desc.EntityCmp2Desc().

void org.objectweb.jonas_ejb.deployment.xml.Query.setDescription String  description  ) 
 

Set the description

Parameters:
description description

Definition at line 78 of file Query.java.

void org.objectweb.jonas_ejb.deployment.xml.Query.setEjbQl String  ejbQl  ) 
 

Set the ejb-ql

Parameters:
ejbQl ejbQl

Definition at line 126 of file Query.java.

void org.objectweb.jonas_ejb.deployment.xml.Query.setQueryMethod QueryMethod  queryMethod  ) 
 

Set the query-method

Parameters:
queryMethod queryMethod

Definition at line 94 of file Query.java.

void org.objectweb.jonas_ejb.deployment.xml.Query.setResultTypeMapping String  resultTypeMapping  ) 
 

Set the result-type-mapping

Parameters:
resultTypeMapping resultTypeMapping

Definition at line 110 of file Query.java.

Referenced by org.objectweb.jonas_ejb.deployment.api.EntityCmp2Desc.EntityCmp2Desc().

String org.objectweb.jonas_ejb.deployment.xml.Query.toXML int  indent  ) 
 

Represents this element by it's XML description.

Parameters:
indent use this indent for prexifing XML representation.
Returns:
the XML description of this object.

Definition at line 135 of file Query.java.

References org.objectweb.jonas_ejb.deployment.xml.QueryMethod.toXML().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:11:42 2005 for JOnAS by  doxygen 1.3.9.1