java.lang .Object edu.iu.uis.eden.docsearch.dao .SearchableAttributeSql SearchableAttributeSql public class SearchableAttributeSql (Code)
getFromSql public String getFromSql()(Code) Returns the tables.
getSearchableAttributeCount public int getSearchableAttributeCount()(Code) Returns the searchableAttributeCount.
getSelectSql public String getSelectSql()(Code) Returns the sql.
getWhereSql public String getWhereSql()(Code) Returns the tempSql.
setFromSql public void setFromSql(String tables)(Code) Parameters: tables - The tables to set.
setSearchableAttributeCount public void setSearchableAttributeCount(int searchableAttributeCount)(Code) Parameters: searchableAttributeCount - The searchableAttributeCount to set.
setSelectSql public void setSelectSql(String sql)(Code) Parameters: sql - The sql to set.
setWhereSql public void setWhereSql(String tempSql)(Code) Parameters: tempSql - The tempSql to set.