This project has retired. For details please refer to its
Attic page.
DataLimits
org.apache.maven.archiva.reporting
Class DataLimits
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataLimits
public DataLimits()
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)