RandomStringUtils.randomAlphanumeric(20)));
entity.setProperty(GbProperty.KEY + "Id", KeyFactory.createKey(RandomStringUtils
.randomAlphabetic(5), RandomUtils.nextLong()));
entity.setProperty(GbProperty.KEY + "Name", KeyFactory.createKey(RandomStringUtils
.randomAlphabetic(5), RandomStringUtils.randomAlphabetic(5)));
entity.setProperty(GbProperty.BLOB, new Blob(RandomStringUtils
.randomAlphanumeric(1000)
.getBytes()));
entity.setProperty(GbProperty.TEXT, new Text(RandomStringUtils.randomAlphanumeric(1000)));
entity.setProperty(GbProperty.DATE, new Date(RandomUtils.nextLong()));
entity.setProperty(GbProperty.LINK, new Link(RandomStringUtils.randomAlphanumeric(30)));