org.kuali.rice.kew.docsearch
Class QueryComponent
java.lang.Object
   org.kuali.rice.kew.docsearch.QueryComponent
org.kuali.rice.kew.docsearch.QueryComponent
- public class QueryComponent 
- extends Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
QueryComponent
public QueryComponent()
QueryComponent
public QueryComponent(String selectSql,
                      String fromSql,
                      String whereSql)
- Parameters:
- selectSql-
- fromSql-
- whereSql-
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 © 2005-2012 The Kuali Foundation. All Rights Reserved.