public class FailureUrlPager extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_CURRENT_PAGE_NUMBER |
static int |
DEFAULT_PAGE_SIZE |
String |
errorCount |
String |
errorCountMax |
String |
errorCountMin |
String |
errorName |
String |
id |
String |
lastAccessTime |
String |
threadName |
String |
url |
| Constructor and Description |
|---|
FailureUrlPager() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
getAllPageCount() |
int |
getAllRecordCount() |
int |
getCurrentPageNumber() |
protected int |
getDefaultCurrentPageNumber() |
protected int |
getDefaultPageSize() |
List<Integer> |
getPageNumberList() |
int |
getPageSize() |
boolean |
isExistNextPage() |
boolean |
isExistPrePage() |
void |
setAllPageCount(int allPageCount) |
void |
setAllRecordCount(int allRecordCount) |
void |
setCurrentPageNumber(int currentPageNumber) |
void |
setExistNextPage(boolean existNextPage) |
void |
setExistPrePage(boolean existPrePage) |
void |
setPageNumberList(List<Integer> pageNumberList) |
void |
setPageSize(int pageSize) |
public String url
public String errorCountMin
public String errorCountMax
public String errorName
public static final int DEFAULT_PAGE_SIZE
public static final int DEFAULT_CURRENT_PAGE_NUMBER
public String id
public String threadName
public String errorCount
public String lastAccessTime
public void clear()
protected int getDefaultCurrentPageNumber()
public int getAllRecordCount()
public void setAllRecordCount(int allRecordCount)
public int getAllPageCount()
public void setAllPageCount(int allPageCount)
public boolean isExistPrePage()
public void setExistPrePage(boolean existPrePage)
public boolean isExistNextPage()
public void setExistNextPage(boolean existNextPage)
public int getPageSize()
public void setPageSize(int pageSize)
public int getCurrentPageNumber()
public void setCurrentPageNumber(int currentPageNumber)
protected int getDefaultPageSize()
Copyright © 2009–2017 CodeLibs. All rights reserved.