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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getData()
int
int
int
int
hashCode()
void
void
setOffset
(int offset) void
setPageSize
(int pageSize) void
setTotalCount
(int totalCount)
-
Constructor Details
-
Paginated
-
-
Method Details
-
equals
-
getData
-
setData
-
getOffset
public int getOffset() -
setOffset
public void setOffset(int offset) -
getPageSize
public int getPageSize() -
setPageSize
public void setPageSize(int pageSize) -
getTotalCount
public int getTotalCount() -
setTotalCount
public void setTotalCount(int totalCount) -
hashCode
public int hashCode()
-