com.jcorporate.expresso.core.dataobjects
Class QueryAttributes
java.lang.Object
com.jcorporate.expresso.core.dataobjects.QueryAttributes
- public class QueryAttributes
- extends Object
This object contains miscellaneous values that allow us to set various
query attributes
- Since:
- Expresso 5.1
- Author:
- Michael Rimov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryAttributes
public QueryAttributes()
setMaxRecords
public void setMaxRecords(int newNumber)
getMaxRecords
public int getMaxRecords()
setStartingRecord
public void setStartingRecord(int rowNumber)
getStartingRecords
public int getStartingRecords()
Please see www.jcorporate.com for information about new Expresso releases.