org.melati.util
Class Page
java.lang.Object
org.melati.util.Page
public class Page
- extends Object
A 'screen full' of results.
Constructor Summary |
Page(int number,
int start)
Constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Page
public Page(int number,
int start)
- Constructor.
- Parameters:
number
- page number in collectionstart
- position in collection of first item on page
getNumber
public int getNumber()
- Returns:
- the page number
getStart
public int getStart()
- Returns:
- the starting position of the page
Copyright © 2000-2010 PanEris. All Rights Reserved.