com.openexchange.admin.plugins
Class SQLQueryExtension
java.lang.Object
com.openexchange.admin.plugins.SQLQueryExtension
public class SQLQueryExtension
- extends Object
This class is used to return how the list query are expanded by a plugin. Therefore this class
contains two attributes: a table name which will be added, and a query part which will be added
- Author:
- Dennis Sieben
SQLQueryExtension
public SQLQueryExtension(String tablename,
String querypart)
- Initializes a new
SQLQueryExtension.
- Parameters:
tablename - querypart -
getTablename
public final String getTablename()
getQuerypart
public final String getQuerypart()