29303132333435363738
private class PastModelBuilder extends Builder<PastModel> { @Override public PastModel build() { PastModel model = new PastModel(); model.pastDate = yesterday(); model.dateBefore31Dec2012 = asDate("2000-01-01"); return model; }