public class SearchResult
extends java.lang.Object
SearchResults
Constructor and Description |
---|
SearchResult(int pagenumber,
java.lang.String searchToken,
boolean found)
Create a data container for the three parameters.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getFound()
This method does what the name suggests.
|
int |
getPageNumber()
This method does what the name suggests.
|
java.lang.String |
getSearchToken()
This method does what the name suggests.
|
Copyright (C) PDFUnit.com. See here for license.