public class EssAuditQuery
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
EssAuditQuery()
Default Constructor for class EssAuditQuery
|
EssAuditQuery(int numQueryRecords)
Another constructor for class EssAuditQuery
|
Modifier and Type | Method and Description |
---|---|
int |
getNumQueryRecords()
Returns Number of records to return
|
int |
getStartIndex()
Returns Start Index will show the recent records present in that index value.
|
void |
setNumQueryRecordsStr(int numQueryRecords)
Sets the Number of records to return
|
void |
setStartIndex(int startIndex)
Sets the Start Index value from where the recent records will be shown.
|
public EssAuditQuery()
public EssAuditQuery(int numQueryRecords)
numQueryRecords
- the numQueryRecords to setpublic void setNumQueryRecordsStr(int numQueryRecords)
numQueryRecords
- the numQueryRecords to setpublic int getNumQueryRecords()
public int getStartIndex()
public void setStartIndex(int startIndex)
startIndex
- the startIndex to set