public class InquiryOptions
extends java.lang.Object
implements java.io.Serializable
FindQualifiers object with an integer field indicating
the maximum number of rows of data to return.| Constructor and Description |
|---|
InquiryOptions()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
FindQualifiers |
getFindQualifiers()
Deprecated.
Returns the
FindQualifiers of this InquiryOptions. |
int |
getMaxRows()
Deprecated.
Returns the maximum number of rows of data to be returned.
|
void |
setFindQualifiers(FindQualifiers findQualifiers)
Deprecated.
Sets the
FindQualifiers of this InquiryOptions. |
void |
setMaxRows(int maxRows)
Deprecated.
Sets the maximum number of rows of data to be returned.
|
public int getMaxRows()
public void setMaxRows(int maxRows)
maxRows - the maximum number of rows of data to be returned.public FindQualifiers getFindQualifiers()
FindQualifiers of this InquiryOptions.public void setFindQualifiers(FindQualifiers findQualifiers)
FindQualifiers of this InquiryOptions.findQualifiers - the FindQualifiers of this InquiryOptions.