com.openexchange.admin.plugins
Class SQLQueryExtension

java.lang.Object
  extended by 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

Constructor Summary
SQLQueryExtension(String tablename, String querypart)
          Initializes a new SQLQueryExtension.
 
Method Summary
 String getQuerypart()
           
 String getTablename()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLQueryExtension

public SQLQueryExtension(String tablename,
                         String querypart)
Initializes a new SQLQueryExtension.

Parameters:
tablename -
querypart -
Method Detail

getTablename

public final String getTablename()

getQuerypart

public final String getQuerypart()