|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.pow2.dao.datalist.Query
Query class
Constructor Summary | |
Query()
|
Method Summary | |
String |
getCondition()
Gets the condition attribute of the Query object |
String |
getOrderBy()
Gets the orderBy attribute of the Query object |
String |
getQuery()
Gets the query attribute of the Query object |
void |
setCondition(String condition)
Sets the condition attribute of the Query object |
void |
setOrderBy(String orderBy)
Sets the orderBy attribute of the Query object |
void |
setQuery(String query)
Sets the query attribute of the Query object |
String |
toString()
Get the string representation of the Query class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Query()
Method Detail |
public String getQuery()
public void setQuery(String query)
query
- The new query valuepublic void setCondition(String condition)
condition
- The new condition valuepublic String getCondition()
public void setOrderBy(String orderBy)
orderBy
- The new orderBy valuepublic String getOrderBy()
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |