public class ServicesSearchBean extends Object implements Serializable
Constructor and Description |
---|
ServicesSearchBean() |
Modifier and Type | Method and Description |
---|---|
ServicesFilterBean |
getFilters() |
int |
getPage() |
String |
getSortColumnId() |
boolean |
isSortAscending() |
void |
setFilters(ServicesFilterBean filters) |
void |
setPage(int page) |
void |
setSortAscending(boolean sortAscending) |
void |
setSortColumnId(String sortColumnId) |
public ServicesFilterBean getFilters()
public void setFilters(ServicesFilterBean filters)
filters
- the filters to setpublic int getPage()
public void setPage(int page)
page
- the page to setpublic String getSortColumnId()
public void setSortColumnId(String sortColumnId)
sortColumnId
- the sortColumnId to setpublic boolean isSortAscending()
public void setSortAscending(boolean sortAscending)
sortAscending
- the sortAscending to setCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.