BaseSecurity security =
new BaseSecurity(row.getValue(offset + 9).asString());
obj.setSecurity(security);
obj.setBaseSecurity(security);
//create the content URL
BaseContentURL baseContentURL = new BaseContentURL();
baseContentURL.setCachedOnURL(row.getValue(offset + 8).asBoolean());
baseContentURL.setURL(row.getValue(offset + 7).asString());
obj.setContentURL(baseContentURL);
//create meta info
BaseMetaInfo baseMetaInfo =
new BaseMetaInfo(
row.getValue(offset + 10).asString(),