public class Query extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxResults() |
String |
getPhrase() |
int |
getResultsToSkip() |
String |
getSectionId() |
String |
getTag() |
void |
setMaxResults(int maxResults) |
void |
setPhrase(String phrase) |
void |
setResultsToSkip(int resultsToSkip) |
void |
setSectionId(String sectionId) |
void |
setTag(String tag) |
public Query()
public Query(Query other)
public void setPhrase(String phrase)
public String getPhrase()
public void setMaxResults(int maxResults)
public int getMaxResults()
public void setResultsToSkip(int resultsToSkip)
public int getResultsToSkip()
public String getSectionId()
public void setSectionId(String sectionId)
public String getTag()
public void setTag(String tag)
Copyright © 2005–2014 Alfresco Software. All rights reserved.