public class RepositoryQueryServlet.QueryParameters extends RepositoryServlet.RepositoryParameters
| Constructor and Description |
|---|
RepositoryQueryServlet.QueryParameters()
Constructs an instanceof QueryParameters
|
| Modifier and Type | Method and Description |
|---|---|
int |
getEndingIndex()
Returns property EndingIndex
|
Query |
getQuery()
Returns property Query
|
SortDirectives |
getSortDirectives()
Returns property SortDirectives
|
int |
getStartingIndex()
Returns property StartingIndex
|
void |
setEndingIndex(int i)
Sets property EndingIndex
|
void |
setQuery(Query q)
Sets property Query
|
void |
setSortDirectives(SortDirectives d)
Sets property SortDirectives
|
void |
setStartingIndex(int i)
Sets property StartingIndex
|
getRepository, getViewName, setRepository, setViewNamepublic RepositoryQueryServlet.QueryParameters()
public Query getQuery()
public void setQuery(Query q)
public SortDirectives getSortDirectives()
public void setSortDirectives(SortDirectives d)
public int getStartingIndex()
public void setStartingIndex(int i)
public int getEndingIndex()
public void setEndingIndex(int i)