Package jadex.bridge.fipa
Class SearchConstraints
- java.lang.Object
- 
- jadex.bridge.fipa.SearchConstraints
 
- 
- All Implemented Interfaces:
- ISearchConstraints,- java.io.Serializable
 
 public class SearchConstraints extends java.lang.Object implements ISearchConstraints, java.io.Serializable Java class for concept SearchConstraints of beanynizer_beans_fipa_default ontology.- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected intmaxdepthAttribute for slot max-depth.protected intmaxresultsAttribute for slot max-results.protected java.lang.StringsearchidAttribute for slot search-id.
 - 
Constructor SummaryConstructors Constructor Description SearchConstraints()Default Constructor.SearchConstraints(int maxresults, int maxdepth)Default Constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMaxDepth()Get the max-depth of this SearchConstraints.intgetMaxResults()Get the max-results of this SearchConstraints.java.lang.StringgetSearchId()Get the search-id of this SearchConstraints.voidsetMaxDepth(int maxdepth)Set the max-depth of this SearchConstraints.voidsetMaxResults(int maxresults)Set the max-results of this SearchConstraints.voidsetSearchId(java.lang.String searchid)Set the search-id of this SearchConstraints.java.lang.StringtoString()Get a string representation of this SearchConstraints.
 
- 
- 
- 
Method Detail- 
getSearchIdpublic java.lang.String getSearchId() Get the search-id of this SearchConstraints.- Specified by:
- getSearchIdin interface- ISearchConstraints
- Returns:
- search-id
 
 - 
setSearchIdpublic void setSearchId(java.lang.String searchid) Set the search-id of this SearchConstraints.- Parameters:
- searchid- the value to be set
 
 - 
getMaxResultspublic int getMaxResults() Get the max-results of this SearchConstraints.- Specified by:
- getMaxResultsin interface- ISearchConstraints
- Returns:
- max-results
 
 - 
setMaxResultspublic void setMaxResults(int maxresults) Set the max-results of this SearchConstraints.- Parameters:
- maxresults- the value to be set
 
 - 
getMaxDepthpublic int getMaxDepth() Get the max-depth of this SearchConstraints.- Specified by:
- getMaxDepthin interface- ISearchConstraints
- Returns:
- max-depth
 
 - 
setMaxDepthpublic void setMaxDepth(int maxdepth) Set the max-depth of this SearchConstraints.- Parameters:
- maxdepth- the value to be set
 
 - 
toStringpublic java.lang.String toString() Get a string representation of this SearchConstraints.- Overrides:
- toStringin class- java.lang.Object
- Returns:
- The string representation.
 
 
- 
 
-