Package com.ptc.core.components.suggest
Class SuggestParms
java.lang.Object
com.ptc.core.components.suggest.SuggestParms
- All Implemented Interfaces:
Serializable
This represents the information to carry out a suggest search.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the command bean
Supported API: trueintGets the maximum results desired.Gets the term to search for.
-
Method Details
-
getMaxResults
public int getMaxResults()Gets the maximum results desired.
Supported API: true- Returns:
- maxResults the maximum results desired
-
getSearchTerm
Gets the term to search for.
Supported API: true- Returns:
- searchTerm a String representing the searchTerm of this element
-
getCommandBean
Gets the command bean
Supported API: true- Returns:
- commandBean
-