private static final long ONE_WEEK_MILLIS = 1000l * 60l * 60l * 24l * 7l;
public boolean isNewlyAdded()
{
IEngine engine = getPage().getEngine();
Visit visit = (Visit) engine.getVisit();
Timestamp lastAccess = null;
if (visit != null)
lastAccess = visit.getLastAccess();
Book book = getBook();
Timestamp dateAdded = book.getDateAdded();