/* This class defines an object with information associated with a page.
 * To add more information, create a new class with Info as parent class.
 */
public class Info {
	public int pageNumber;
}
