hudson.plugins.covcomplplot
Class Pagination
java.lang.Object
hudson.plugins.covcomplplot.Pagination
public class Pagination
- extends java.lang.Object
Class for rendering paging information in jelly script.
- Author:
- nhn
|
Constructor Summary |
Pagination(int currentPage,
int totalCount,
int pagingSize,
java.lang.String moveLink)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Pagination
public Pagination(int currentPage,
int totalCount,
int pagingSize,
java.lang.String moveLink)
- Parameters:
currentPage - ?재 ?이?totalCount - ?개수pagingSize - ?이??이?string -
getTag
public java.lang.String getTag()
getTotalCount
public int getTotalCount()
setTotalCount
public void setTotalCount(int totalCount)
getCurrentPage
public int getCurrentPage()
setCurrentPage
public void setCurrentPage(int currentPage)
getPageSize
public int getPageSize()
- Returns:
- the pageSize
setPageSize
public void setPageSize(int pageSize)
- Parameters:
pageSize - the pageSize to set
Copyright © 2010. All Rights Reserved.