entity.setProperty("Category", new Category(RandomStringUtils.randomAlphabetic(3)));
entity.setProperty("Email", new Email("test@example"));
entity.setProperty("GeoPt", new GeoPt(new Float(new Integer(RandomStringUtils
.randomNumeric(2)) - 9), new Float(
new Integer(RandomStringUtils.randomNumeric(2)) - 9)));
entity.setProperty("IMHandle", new IMHandle(Scheme.valueOf("sip"), RandomStringUtils
.randomAlphabetic(2)));
entity.setProperty("Link", new Link("test"));
entity.setProperty("PhoneNumber", new PhoneNumber(RandomStringUtils.randomNumeric(11)));
entity.setProperty("PostalAddress", new PostalAddress(RandomStringUtils
.randomNumeric(7)));