public final class PaginationDTO
extends java.lang.Object
| Constructor and Description |
|---|
PaginationDTO(int totalPages,
int totalCount,
int currentPage) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getCurrentPage() |
int |
getTotalCount() |
int |
getTotalPages() |
int |
hashCode() |
public PaginationDTO(int totalPages,
int totalCount,
int currentPage)
public int getTotalPages()
public int getTotalCount()
public int getCurrentPage()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object