by.belsoft.report.tools.query
Class Where

java.lang.Object
  |
  +--by.belsoft.report.tools.query.Where

public class Where
extends java.lang.Object

The where bean

Author:
Ilya Kirillov

Constructor Summary
Where()
          Base constructor
Where(java.lang.String query)
          Where constructor
 
Method Summary
 java.lang.String getQuery()
          standard getter
 void setQuery(java.lang.String query)
          standard setter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Where

public Where()
Base constructor


Where

public Where(java.lang.String query)
Where constructor

Parameters:
query - the query
Method Detail

getQuery

public java.lang.String getQuery()
standard getter

Returns:
Returns the query.

setQuery

public void setQuery(java.lang.String query)
standard setter

Parameters:
query - The query to set.


Copyright © 2005 BelSoft Inc. All Rights Reserved.