public class CmsSearchStatePagination extends java.lang.Object implements I_CmsSearchStatePagination
| Constructor and Description |
|---|
CmsSearchStatePagination() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentPage()
Returns the current page.
|
boolean |
getIgnorePage()
Returns a flag, indicating if the state of the current page should be ignored.
|
void |
setCurrentPage(int page)
Setter for the current page.
|
void |
setIgnorePage(boolean ignore)
Setter for a flag, indicating if the state of the current page should be ignored.
|
public CmsSearchStatePagination()
public int getCurrentPage()
I_CmsSearchStatePaginationgetCurrentPage in interface I_CmsSearchStatePaginationI_CmsSearchStatePagination.getCurrentPage()public boolean getIgnorePage()
I_CmsSearchStatePaginationgetIgnorePage in interface I_CmsSearchStatePaginationI_CmsSearchStatePagination.getIgnorePage()public void setCurrentPage(int page)
I_CmsSearchStatePaginationsetCurrentPage in interface I_CmsSearchStatePaginationpage - The current page to set.I_CmsSearchStatePagination.setCurrentPage(int)public void setIgnorePage(boolean ignore)
I_CmsSearchStatePaginationsetIgnorePage in interface I_CmsSearchStatePaginationignore - A flag, indicating if the state of the current page should be ignored.I_CmsSearchStatePagination.setIgnorePage(boolean)