com.atlassian.bamboo.filter
Class Page

java.lang.Object
  extended by com.atlassian.bamboo.filter.Page

public class Page
extends java.lang.Object


Constructor Summary
Page(java.util.List results, int startIndex, int endIndex)
           
Page(net.sf.hibernate.Query query, int pageIndex, int pageSize)
           
 
Method Summary
 int getEndIndex()
           
 java.util.List getList()
           
 int getStartIndex()
           
 void setEndIndex(int endIndex)
           
 void setStartIndex(int startIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Page

public Page(net.sf.hibernate.Query query,
            int pageIndex,
            int pageSize)

Page

public Page(java.util.List results,
            int startIndex,
            int endIndex)
Method Detail

getList

public java.util.List getList()

getStartIndex

public int getStartIndex()

setStartIndex

public void setStartIndex(int startIndex)

getEndIndex

public int getEndIndex()

setEndIndex

public void setEndIndex(int endIndex)


Copyright © 2010 Atlassian. All Rights Reserved.