byte[] someBytes = { 107, 116, 104, 120, 98, 121, 101 };
ShortBlob shortBlobValue = new ShortBlob(someBytes);
e1.setProperty("shortBlobProp", shortBlobValue);
Blob blobValue = new Blob(someBytes);
e1.setProperty("blobProp", blobValue);
e1.setProperty("booleanProp", true);
// returned as a long by the datastore