net.sf.jasperreports.engine.base
Class JRBaseQuery

java.lang.Object
  extended bynet.sf.jasperreports.engine.base.JRBaseQuery
All Implemented Interfaces:
JRQuery, java.io.Serializable
Direct Known Subclasses:
JRDesignQuery

public class JRBaseQuery
extends java.lang.Object
implements JRQuery, java.io.Serializable

Version:
$Id: JRBaseQuery.java,v 1.24 2005/09/07 13:58:25 teodord Exp $
Author:
Teodor Danciu (teodord@users.sourceforge.net)
See Also:
Serialized Form

Constructor Summary
protected JRBaseQuery()
           
protected JRBaseQuery(JRQuery query, JRBaseObjectFactory factory)
           
 
Method Summary
 JRQueryChunk[] getChunks()
           
 java.lang.String getText()
          Returns the query string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRBaseQuery

protected JRBaseQuery()

JRBaseQuery

protected JRBaseQuery(JRQuery query,
                      JRBaseObjectFactory factory)
Method Detail

getChunks

public JRQueryChunk[] getChunks()
Specified by:
getChunks in interface JRQuery

getText

public java.lang.String getText()
Description copied from interface: JRQuery
Returns the query string.

Specified by:
getText in interface JRQuery


© 2001-2005 JasperSoft Corporation www.jaspersoft.com