Expresso 5-6

com.jcorporate.expresso.core.dataobjects
Class QueryAttributes

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

Constructor Summary
QueryAttributes()
           
 
Method Summary
 int getMaxRecords()
           
 int getStartingRecords()
           
 void setMaxRecords(int newNumber)
           
 void setStartingRecord(int rowNumber)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryAttributes

public QueryAttributes()
Method Detail

setMaxRecords

public void setMaxRecords(int newNumber)

getMaxRecords

public int getMaxRecords()

setStartingRecord

public void setStartingRecord(int rowNumber)

getStartingRecords

public int getStartingRecords()

Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.