Package cz.metacentrum.perun.core.api
Class Paginated<T>
java.lang.Object
cz.metacentrum.perun.core.api.Paginated<T>
This class represents paginated data.
- Author:
- Vojtech Sassmann invalid input: '<'vojtech.sassmann@gmail.com>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleangetData()intintintinthashCode()voidvoidsetOffset(int offset) voidsetPageSize(int pageSize) voidsetTotalCount(int totalCount) 
- 
Constructor Details- 
Paginated
 
- 
- 
Method Details- 
equals
- 
getData
- 
setData
- 
getOffsetpublic int getOffset()
- 
setOffsetpublic void setOffset(int offset) 
- 
getPageSizepublic int getPageSize()
- 
setPageSizepublic void setPageSize(int pageSize) 
- 
getTotalCountpublic int getTotalCount()
- 
setTotalCountpublic void setTotalCount(int totalCount) 
- 
hashCodepublic int hashCode()
 
-