public class SearchRequestBean extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
fullTextSearch |
protected int |
limit |
protected int |
page |
| Constructor and Description |
|---|
SearchRequestBean() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getFullTextSearch() |
int |
getLimit() |
int |
getPage() |
static long |
getSerialVersionUID() |
void |
setFullTextSearch(List<String> fullTextSearch) |
void |
setLimit(Integer limit) |
void |
setPage(Integer page) |
Copyright © 2014 Ifremer. All rights reserved.