This project has retired. For details please refer to its Attic page.
DataLimits

org.apache.maven.archiva.reporting
Class DataLimits

Package class diagram package DataLimits
java.lang.Object
  extended by org.apache.maven.archiva.reporting.DataLimits

public class DataLimits
extends java.lang.Object

Limits on how much data should be returned by the report sources.


Constructor Summary
DataLimits()
           
 
Method Summary
 int getCountOfPages()
           
 int getCurrentPage()
           
 int getPerPageCount()
           
 int getTotalCount()
           
 void setCountOfPages(int countOfPages)
           
 void setCurrentPage(int currentPage)
           
 void setPerPageCount(int perPageCount)
           
 void setTotalCount(int totalCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataLimits

public DataLimits()
Method Detail

getCountOfPages

public int getCountOfPages()

setCountOfPages

public void setCountOfPages(int countOfPages)

getCurrentPage

public int getCurrentPage()

setCurrentPage

public void setCurrentPage(int currentPage)

getPerPageCount

public int getPerPageCount()

setPerPageCount

public void setPerPageCount(int perPageCount)

getTotalCount

public int getTotalCount()

setTotalCount

public void setTotalCount(int totalCount)