org.kuali.rice.kew.docsearch
Class QueryComponent

java.lang.Object
  extended by org.kuali.rice.kew.docsearch.QueryComponent

public class QueryComponent
extends Object


Field Summary
private  String fromSql
           
private  String selectSql
           
private  String whereSql
           
 
Constructor Summary
QueryComponent()
           
QueryComponent(String selectSql, String fromSql, String whereSql)
           
 
Method Summary
 String getFromSql()
           
 String getSelectSql()
           
 String getWhereSql()
           
 void setFromSql(String tables)
           
 void setSelectSql(String sql)
           
 void setWhereSql(String tempSql)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

selectSql

private String selectSql

fromSql

private String fromSql

whereSql

private String whereSql
Constructor Detail

QueryComponent

public QueryComponent()

QueryComponent

public QueryComponent(String selectSql,
                      String fromSql,
                      String whereSql)
Parameters:
selectSql -
fromSql -
whereSql -
Method Detail

getFromSql

public String getFromSql()
Returns:
Returns the tables.

getSelectSql

public String getSelectSql()
Returns:
Returns the sql.

getWhereSql

public String getWhereSql()
Returns:
Returns the tempSql.

setFromSql

public void setFromSql(String tables)
Parameters:
tables - The tables to set.

setSelectSql

public void setSelectSql(String sql)
Parameters:
sql - The sql to set.

setWhereSql

public void setWhereSql(String tempSql)
Parameters:
tempSql - The tempSql to set.


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.