com.rapidtransform.core.search
Class AbstractSearchCommand
java.lang.Object
com.rapidtransform.core.search.AbstractSearchCommand
- All Implemented Interfaces:
- SearchCommand
- Direct Known Subclasses:
- AdvancedSearchCommand, CompassSearchCommand
public class AbstractSearchCommand
- extends java.lang.Object
- implements SearchCommand
- Author:
- Steve Werner
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractSearchCommand
public AbstractSearchCommand()
getCurrentPage
public java.lang.Integer getCurrentPage()
- Specified by:
getCurrentPage
in interface SearchCommand
setCurrentPage
public void setCurrentPage(java.lang.Integer currentPage)
getPageSize
public java.lang.Integer getPageSize()
- Specified by:
getPageSize
in interface SearchCommand
setPageSize
public void setPageSize(java.lang.Integer pageSize)