public void createData() throws InterruptedException {
Entity newRec;
String[] stringDat = {"abc", "xyz", "mno"};
PhoneNumber[] phoneDat = {new PhoneNumber("408-123-4567"), new PhoneNumber("650-321-7654"),
new PhoneNumber("408-987-6543")};
PostalAddress[] addressDat = {new PostalAddress("123 Google Rd. CA 12345"),
new PostalAddress("19451 Via Monte Rd. CA95070"), new PostalAddress("9 1st St. CA 95000")};
Email[] emailDat = {new Email("somebody@google.com"), new Email("somebody2@gmail.com"),
new Email("somebody3@hotmail.com")};
Link[] linkDat = {new Link("http://www.hotmail.com"), new Link("http://www.google.com.com"),
new Link("http://www.gmail.com")};
Category[] categoryDat = {new Category("developer"), new Category("test"),