public class SearchConstraints extends Object implements ISearchConstraints, Serializable
Constructor and Description |
---|
SearchConstraints()
Default Constructor.
|
SearchConstraints(int maxresults,
int maxdepth)
Default Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getMaxDepth()
Get the max-depth of this SearchConstraints.
|
int |
getMaxResults()
Get the max-results of this SearchConstraints.
|
String |
getSearchId()
Get the search-id of this SearchConstraints.
|
void |
setMaxDepth(int maxdepth)
Set the max-depth of this SearchConstraints.
|
void |
setMaxResults(int maxresults)
Set the max-results of this SearchConstraints.
|
void |
setSearchId(String searchid)
Set the search-id of this SearchConstraints.
|
String |
toString()
Get a string representation of this SearchConstraints.
|
public SearchConstraints()
SearchConstraints
.public SearchConstraints(int maxresults, int maxdepth)
SearchConstraints
.public String getSearchId()
getSearchId
in interface ISearchConstraints
public void setSearchId(String searchid)
searchid
- the value to be setpublic int getMaxResults()
getMaxResults
in interface ISearchConstraints
public void setMaxResults(int maxresults)
maxresults
- the value to be setpublic int getMaxDepth()
getMaxDepth
in interface ISearchConstraints
public void setMaxDepth(int maxdepth)
maxdepth
- the value to be setCopyright © 2012. All Rights Reserved.