|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.stock.commons.dao.PaginationPropertiesImpl
public class PaginationPropertiesImpl
Bean used for storing pagination properties (first and last result requested)
Constructor Summary | |
---|---|
PaginationPropertiesImpl()
Creates a new PaginationPropertiesImpl.java object. |
|
PaginationPropertiesImpl(int firstResult,
int pageSize)
Creates a new PaginationPropertiesImpl.java object. |
Method Summary | |
---|---|
int |
getFirstResult()
Returns index of the first result requested. |
int |
getPageSize()
Returns number of results per page requested. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PaginationPropertiesImpl()
public PaginationPropertiesImpl(int firstResult, int pageSize)
firstResult
- the first resultpageSize
- the page sizeMethod Detail |
---|
public int getFirstResult()
getFirstResult
in interface PaginationProperties
public int getPageSize()
getPageSize
in interface PaginationProperties
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |