|
SiteMinder Java SDK r12.51 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.netegrity.sdk.dmsapi.SmDmsSearchResultParams
public class SmDmsSearchResultParams
Holds the search result parameters.
| Field Summary | |
|---|---|
int |
m_nItemsFound
Number of items found by the search. |
int |
m_nItemsReturned
Number of items returned by the search. |
int |
m_nNextItem
Start item for a FORWARD search. |
int |
m_nPreviousItem
Start item for a BACKWARD search. |
| Method Summary | |
|---|---|
java.lang.String |
toString()
Returns the string representation of the search result parameters. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int m_nItemsReturned
public int m_nItemsFound
public int m_nNextItem
public int m_nPreviousItem
| Method Detail |
|---|
public java.lang.String toString()
[ItemsReturned=ItemsReturned
ItemsFound=ItemsFound
NextItem=NextItem
PreviousItem=PreviousItem]
toString in class java.lang.Object
|
Java SDK r12.51 Mon 04/08/2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||