|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectpt.moredata.dao.core.ReaderInformation
This is the interface used for presenting aditional information to the Reader interface so it can query a repository. Company MoreData
| Constructor Summary | |
ReaderInformation()
Create a new ReaderInformation Object. |
|
ReaderInformation(java.lang.String tableName,
java.lang.String whereString,
java.util.List joinString,
java.util.List orderBy,
boolean distinctQuery)
Create a new ReaderInformation Object. |
|
| Method Summary | |
java.util.List |
getOrderBy()
Getter for property orderBy. |
java.lang.String |
getTableName()
Getter for property tableName. |
java.util.List |
getTablesJoin()
Getter for property joinString. |
java.lang.String |
getWhereString()
Getter for property whereString. |
boolean |
isDistinctQuery()
Getter for property distinctQuery. |
void |
setDistinctQuery(boolean distinctQuery)
Setter for property distinctQuery. |
void |
setOrderBy(java.util.List orderBy)
Setter for property orderBy. |
void |
setTableName(java.lang.String tableName)
Setter for property tableName. |
void |
setTablesJoin(java.util.List tablesJoin)
Setter for property joinString. |
void |
setWhereString(java.lang.String whereString)
Setter for property whereString. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ReaderInformation()
public ReaderInformation(java.lang.String tableName,
java.lang.String whereString,
java.util.List joinString,
java.util.List orderBy,
boolean distinctQuery)
tableName - The table name to be used by the Reader.whereString - The where string clause to be used in the query.joinString - The join where string clause to be used by the
Reader.orderBy - The order by clause to be used by the Reader.distinctQuery - Indicates if the distinct query should be used by
the Reader.| Method Detail |
public java.lang.String getTableName()
public void setTableName(java.lang.String tableName)
tableName - New value of property tableName.public java.lang.String getWhereString()
public void setWhereString(java.lang.String whereString)
whereString - New value of property whereString.public java.util.List getTablesJoin()
public void setTablesJoin(java.util.List tablesJoin)
tablesJoin - New value of property joinString.public java.util.List getOrderBy()
public void setOrderBy(java.util.List orderBy)
orderBy - New value of property orderBy.public boolean isDistinctQuery()
public void setDistinctQuery(boolean distinctQuery)
distinctQuery - New value of property distinctQuery.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||