eo.takeValueForKey(new NSTimestamp().timestampByAddingGregorianUnits(0, 0, -random.nextInt(2500), 0, 0, 0), "creationDate");
eo.takeValueForKey(ERXLoremIpsumGenerator.randomSentence(), "contents");
eo.takeValueForKey(random.nextDouble(), "price");
eo.takeValueForKey(Long.valueOf(random.nextInt(2500)), "userCount");
}
ec.saveChanges();
} finally {
ec.unlock();
}
return pageWithName(Main.class.getName());
}