person.setBooks(asList("The Cathedral & the Bazaar","Catch 22"));
person.setCars(asList("beetle","prius"));
person.setChildren("3");
AddressDb currentLocation = new AddressDb();
currentLocation.setLatitude(48.858193F);
currentLocation.setLongitude(2.29419F);
person.setCurrentLocation(currentLocation);
person.setBirthday(buildDate("1975-01-01"));
person.setDisplayName("Shin Digg");
person.setDrinker(new EnumDb<Drinker>(Drinker.SOCIALLY));