hudson.plugins.covcomplplot
Class Pagination

java.lang.Object
  extended by 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)
           
 
Method Summary
 int getCurrentPage()
           
 int getPageSize()
           
 java.lang.String getTag()
           
 int getTotalCount()
           
 void setCurrentPage(int currentPage)
           
 void setPageSize(int pageSize)
           
 void setTotalCount(int totalCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pagination

public Pagination(int currentPage,
                  int totalCount,
                  int pagingSize,
                  java.lang.String moveLink)
Parameters:
currentPage - ?재 ?이?
totalCount - ?개수
pagingSize - ?이??이?
string -
Method Detail

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.